Skip to content

Commit 4b65972

Browse files
committed
fix: tests
1 parent 6008dcd commit 4b65972

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

eodag/resources/collections.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7452,11 +7452,11 @@ GBIF_OCCURRENCE:
74527452
constellation:
74537453
platform:
74547454
processing:level:
7455-
keywords: ["GBIF", "Global Biodiversity Information Facility", "Occurrence", "Species", "Biodiversity", "Ecology"]
7455+
keywords: ["GBIF", "Biodiversity", "Species"]
74567456
eodag:sensor_type:
74577457
license: CC-BY-4.0
7458-
title: "GBIF Occurrence Dataset"
7459-
extent: {"spatial": {"bbox": [[-180.0, -90.0, 180.0, 90.0]]}, "temporal": {"interval": [["1700-01-01T00:00:00Z", null]]}}
7458+
title: "Global Biodiversity Information Facility (GBIF)"
7459+
extent: {"spatial": {"bbox": [[-180.0, -90.0, 180.0, 90.0]]}, "temporal": {"interval": [["2021-04-13T00:00:00Z", null]]}}
74607460

74617461
# MARK: GENERIC ------------------------------------------------------------------------
74627462
GENERIC_COLLECTION:
@@ -7465,8 +7465,8 @@ GENERIC_COLLECTION:
74657465
constellation:
74667466
platform:
74677467
processing:level:
7468-
keywords: ["GBIF", "Biodiversity", "Species"]
7468+
keywords:
74697469
eodag:sensor_type:
7470-
license: CC-BY-4.0
7471-
title: "Global Biodiversity Information Facility (GBIF)"
7472-
extent: {"spatial": {"bbox": [[-180, -90, 180, 90]]}, "temporal": {"interval": [["2021-04-13T00:00:00Z", null]]}}
7470+
license:
7471+
title:
7472+
extent: {"spatial": {"bbox": [[-180, -90, 180, 90]]}, "temporal": {"interval": [[null, null]]}}

eodag/resources/providers.yml

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

tests/units/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +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"],
634635
GENERIC_COLLECTION: [
635636
"usgs",
636637
"creodias",

0 commit comments

Comments
 (0)