Skip to content

Commit 35ab1b2

Browse files
committed
fix: rename GBIF
1 parent 4b65972 commit 35ab1b2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

eodag/resources/collections.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7445,7 +7445,7 @@ GHS_UCDB_REGION:
74457445
extent: {"spatial": {"bbox": [[-180.0, -90.0, 180.0, 90.0]]}, "temporal": {"interval": [["1975-01-01T00:00:00Z", "2030-12-31T00:00:00Z"]]}}
74467446

74477447
# MARK: GBIF ------------------------------------------------------------------------
7448-
GBIF_OCCURRENCE:
7448+
GBIF:
74497449
description: |
74507450
The [Global Biodiversity Information Facility](https://www.gbif.org) (GBIF) is an international network and data infrastructure funded by the world's governments, providing global data that document the occurrence of species. GBIF currently integrates datasets documenting over 1.6 billion species occurrences.\n\nThe GBIF occurrence dataset combines data from a wide array of sources, including specimen-related data from natural history museums, observations from citizen science networks, and automated environmental surveys. While these data are constantly changing at [GBIF.org](https://www.gbif.org), periodic snapshots are taken and made available here. \n\nData are stored in [Parquet](https://parquet.apache.org/) format; the Parquet file schema is described below. Most field names correspond to [terms from the Darwin Core standard](https://dwc.tdwg.org/terms/), and have been interpreted by GBIF's systems to align taxonomy, location, dates, etc. Additional information may be retrieved using the [GBIF API](https://www.gbif.org/developer/summary).\n\nPlease refer to the GBIF [citation guidelines](https://www.gbif.org/citation-guidelines) for information about how to cite GBIF data in publications.. For analyses using the whole dataset, please use the following citation:\n\n> GBIF.org ([Date]) GBIF Occurrence Data [DOI of dataset]\n\nFor analyses where data are significantly filtered, please track the datasetKeys used and use a \"[derived dataset](https://www.gbif.org/citation-guidelines#derivedDatasets)\" record for citing the data.\n\nThe [GBIF data blog](https://data-blog.gbif.org/categories/gbif/) contains a number of articles that can help you analyze GBIF data.\n"
74517451
instruments: []

eodag/resources/providers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2834,8 +2834,8 @@
28342834
_collection: modis-43A4-061
28352835
NAIP:
28362836
_collection: naip
2837-
GBIF_OCCURRENCE:
2838-
_collection: EO.GBIF.DAT.OCCURRENCE
2837+
GBIF:
2838+
_collection: gbif
28392839
GENERIC_COLLECTION:
28402840
_collection: '{collection}'
28412841
download: !plugin

tests/units/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ class TestCore(TestCoreBase):
631631
"SPACENET_ROADS_NETWORK_DETECTION": ["dedl"],
632632
"SPACENET_OFF_NADIR_BUILDING": ["dedl"],
633633
"SPACENET_ROADS_NETWORK_ROUTE_TRAVEL": ["dedl"],
634-
"GBIF_OCCURRENCE": ["planetary_computer"],
634+
"GBIF": ["planetary_computer"],
635635
GENERIC_COLLECTION: [
636636
"usgs",
637637
"creodias",

0 commit comments

Comments
 (0)