Cancelled

Please cite as

GBIF.org (26 May 2015) GBIF Occurrence Download https://www.gbif.org/occurrence/download/0000522-150523225239109

 

The download request was unsuccessful. Please try it again or get in touch. Contact helpdesk
    And All must apply
  • Scientific name Megaptera novaeangliae (Borowski, 1781)
  • Year Between start of 2002 and end of 2015
    • 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": "TAXON_KEY",
      "value": "5220086",
      "matchCase": false
    },
    {
      "type": "and",
      "predicates": [
        {
          "type": "greaterThanOrEquals",
          "key": "YEAR",
          "value": "2002",
          "matchCase": false
        },
        {
          "type": "lessThanOrEquals",
          "key": "YEAR",
          "value": "2015",
          "matchCase": false
        }
      ]
    },
    {
      "type": "and",
      "predicates": [
        {
          "type": "greaterThanOrEquals",
          "key": "MONTH",
          "value": "1",
          "matchCase": false
        },
        {
          "type": "lessThanOrEquals",
          "key": "MONTH",
          "value": "6",
          "matchCase": false
        }
      ]
    }
  ]
}