Please cite as

GBIF.org (08 April 2021) GBIF Occurrence Download https://doi.org/10.15468/dl.b7r3mt

  Rerun query

Licence
File
516 Bytes Simple
Involved datasets
{{ 0 | localNumber}}
Involved publishers
{{ 0 | localNumber}}
Involved publishing countries
{{ 0 | localNumber}}
    And All must apply
  • filterNames.scientificName
    1. Ursus arctos
  • Basis of record
    1. Preserved specimen
    2. Human observation
    3. Observation
    4. Machine observation
  • Elevation Above 200m
  • Country or area Spain
  • Has coordinate true
  • Has geospatial issue false
  • Year After start of 1990
To repeat the download on current data, you can use below query with the API. Read more
                                            
{
  "type": "and",
  "predicates": [
    {
      "type": "in",
      "key": "SCIENTIFIC_NAME",
      "values": [
        "Ursus arctos"
      ],
      "matchCase": false
    },
    {
      "type": "in",
      "key": "BASIS_OF_RECORD",
      "values": [
        "PRESERVED_SPECIMEN",
        "HUMAN_OBSERVATION",
        "OBSERVATION",
        "MACHINE_OBSERVATION"
      ],
      "matchCase": false
    },
    {
      "type": "greaterThan",
      "key": "ELEVATION",
      "value": "200",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "COUNTRY",
      "value": "ES",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_COORDINATE",
      "value": "true",
      "matchCase": false
    },
    {
      "type": "equals",
      "key": "HAS_GEOSPATIAL_ISSUE",
      "value": "false",
      "matchCase": false
    },
    {
      "type": "greaterThanOrEquals",
      "key": "YEAR",
      "value": "1990",
      "matchCase": false
    }
  ]
}