Cancelled

Please cite as

GBIF.org (07 August 2015) GBIF Occurrence Download https://www.gbif.org/occurrence/download/0000335-150805223722583

 

The download request was unsuccessful. Please try it again or get in touch. Contact helpdesk
    And All must apply
  • Scientific name Corvus corax Linnaeus, 1758
  • Has coordinate true
  • Has geospatial issue false
  • Geometry POLYGON((21.09375 72.607120,-19.6875 58.813741,-15.468749 34.307143,43.59375 43.068887,46.40625 68.138851,21.09375 72.607120))
  • Year Between start of 2001 and end of 2015
    • Or At least one must apply
      • And All must apply
      • Month January
      • Month May
      • And All must apply
      • Month October
      • Month December
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "and",
  "predicates": [
    {
      "type": "equals",
      "key": "TAXON_KEY",
      "value": "2482492",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_COORDINATE",
      "value": "true",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_GEOSPATIAL_ISSUE",
      "value": "false",
      "matchCase": false
    },
    {
      "type": "within",
      "geometry": "POLYGON((21.09375 72.607120,-19.6875 58.813741,-15.468749 34.307143,43.59375 43.068887,46.40625 68.138851,21.09375 72.607120))"
    },
    {
      "type": "and",
      "predicates": [
        {
          "type": "greaterThanOrEquals",
          "key": "YEAR",
          "value": "2001",
          "matchCase": false
        },
        {
          "type": "lessThanOrEquals",
          "key": "YEAR",
          "value": "2015",
          "matchCase": false
        }
      ]
    },
    {
      "type": "or",
      "predicates": [
        {
          "type": "and",
          "predicates": [
            {
              "type": "greaterThanOrEquals",
              "key": "MONTH",
              "value": "1",
              "matchCase": false
            },
            {
              "type": "lessThanOrEquals",
              "key": "MONTH",
              "value": "5",
              "matchCase": false
            }
          ]
        },
        {
          "type": "and",
          "predicates": [
            {
              "type": "greaterThanOrEquals",
              "key": "MONTH",
              "value": "10",
              "matchCase": false
            },
            {
              "type": "lessThanOrEquals",
              "key": "MONTH",
              "value": "12",
              "matchCase": false
            }
          ]
        }
      ]
    }
  ]
}