Cancelled

Please cite as

GBIF.org (03 March 2015) GBIF Occurrence Download https://www.gbif.org/occurrence/download/0003068-150221044754056

 

The download request was unsuccessful. Please try it again or get in touch. Contact helpdesk
    And All must apply
  • Scientific name Sitta tephronota Sharpe, 1872
  • Has coordinate true
    • And All must apply
    • Month April
    • Month July
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": "2484885",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_COORDINATE",
      "value": "true",
      "matchCase": false
    },
    {
      "type": "and",
      "predicates": [
        {
          "type": "greaterThanOrEquals",
          "key": "MONTH",
          "value": "4",
          "matchCase": false
        },
        {
          "type": "lessThanOrEquals",
          "key": "MONTH",
          "value": "7",
          "matchCase": false
        }
      ]
    }
  ]
}