Skip to content

Commit 1132f9a

Browse files
committed
CI: Fix projection STAC extension's new version number (1.1.0)
1 parent f3c85f0 commit 1132f9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CI/SCRIPTS/test_stac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _test_core(
171171
item.stac_extensions,
172172
[
173173
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
174-
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
174+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
175175
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
176176
],
177177
"item.stac_extensions",

eoreader/stac/stac_item.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656

5757
SAR_STAC_EXTENSIONS = [
5858
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
59-
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
59+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
6060
]
6161
OPTICAL_STAC_EXTENSIONS = [
6262
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
63-
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
63+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
6464
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
6565
]
6666

0 commit comments

Comments
 (0)