Cancelled

Please cite as

GBIF.org (12 February 2015) GBIF Occurrence Download https://www.gbif.org/occurrence/download/0000453-150211104439307

 

The download request was unsuccessful. Please try it again or get in touch. Contact helpdesk
    And All must apply
  • Country or area Canada
  • Basis of record Human observation
  • Year Is 2013
    • And All must apply
    • Month January
    • Month June
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "and",
  "predicates": [
    {
      "type": "equals",
      "key": "COUNTRY",
      "value": "CA",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "BASIS_OF_RECORD",
      "value": "HUMAN_OBSERVATION",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "YEAR",
      "value": "2013",
      "matchCase": false
    },
    {
      "type": "and",
      "predicates": [
        {
          "type": "greaterThanOrEquals",
          "key": "MONTH",
          "value": "1",
          "matchCase": false
        },
        {
          "type": "lessThanOrEquals",
          "key": "MONTH",
          "value": "6",
          "matchCase": false
        }
      ]
    }
  ]
}