Cancelled

Please cite as

GBIF.org (19 July 2016) GBIF Occurrence Download https://www.gbif.org/occurrence/download/0006907-160623103540712

 

The download request was unsuccessful. Please try it again or get in touch. Contact helpdesk
    Or At least one must apply
  • Scientific name Magnoliophyta
  • Has coordinate TRUE
  • Basis of record Preserved specimen
  • Has geospatial issue FALSE
  • Decimal latitude -21
  • Decimal latitude 1
  • Decimal longitude -52
  • Decimal longitude -28
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "or",
  "predicates": [
    {
      "type": "equals",
      "key": "TAXON_KEY",
      "value": "49",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_COORDINATE",
      "value": "TRUE",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "BASIS_OF_RECORD",
      "value": "PRESERVED_SPECIMEN",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_GEOSPATIAL_ISSUE",
      "value": "FALSE",
      "matchCase": false
    },
    {
      "type": "greaterThan",
      "key": "DECIMAL_LATITUDE",
      "value": "-21",
      "matchCase": false
    },
    {
      "type": "lessThan",
      "key": "DECIMAL_LATITUDE",
      "value": "1",
      "matchCase": false
    },
    {
      "type": "greaterThan",
      "key": "DECIMAL_LONGITUDE",
      "value": "-52",
      "matchCase": false
    },
    {
      "type": "lessThan",
      "key": "DECIMAL_LONGITUDE",
      "value": "-28",
      "matchCase": false
    }
  ]
}