Skip to content

Commit eeea717

Browse files
committed
Add stac_extensions to more catalogs with extension properties
1 parent a15503a commit eeea717

File tree

8 files changed

+20
-5
lines changed

8 files changed

+20
-5
lines changed

tests/data-files/catalogs/cbers-partial/CBERS4MUX/collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717
],
1818
"stac_extensions": [
19+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
1920
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
2021
],
2122
"providers": [

tests/data-files/catalogs/cbers-partial/CBERS4PAN10M/collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717
],
1818
"stac_extensions": [
19+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
1920
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
2021
],
2122
"providers": [

tests/data-files/catalogs/cbers-partial/CBERS4PAN5M/collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717
],
1818
"stac_extensions": [
19+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
1920
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
2021
],
2122
"providers": [

tests/data-files/catalogs/test-case-5/CBERS4/CBERS4MUX/CBERS4-MUX-027/CBERS4-MUX-027/collection.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"href": "069/catalog.json"
1818
}
1919
],
20-
"stac_extensions": [],
20+
"stac_extensions": [
21+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
22+
],
2123
"providers": [
2224
{
2325
"name": "Instituto Nacional de Pesquisas Espaciais, INPE",

tests/data-files/catalogs/test-case-6/12cb17a8-ae08-469c-a2be-4d0619240014/400c22e3-5b54-438b-b600-5e9bd6d0a498/collection.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"label:assets": []
2929
}
3030
],
31-
"stac_extensions": [],
31+
"stac_extensions": [
32+
"https://stac-extensions.github.io/label/v1.0.0/schema.json"
33+
],
3234
"title": "Label Collection",
3335
"keywords": [],
3436
"version": "1",

tests/data-files/catalogs/test-case-6/12cb17a8-ae08-469c-a2be-4d0619240014/9420e0fd-3731-40e8-93ff-5b6ad0067048/collection.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
"label:assets": []
7777
}
7878
],
79-
"stac_extensions": [],
79+
"stac_extensions": [
80+
"https://stac-extensions.github.io/label/v1.0.0/schema.json"
81+
],
8082
"title": "Scene Collection",
8183
"keywords": [],
8284
"version": "1",

tests/data-files/commons/example-collection-with-commons.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"href": "./example-item-with-commons.json"
1919
}
2020
],
21-
"stac_extensions": [],
21+
"stac_extensions": [
22+
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
23+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
24+
],
2225
"title": "Landsat 8 L1",
2326
"keywords": [
2427
"landsat"

tests/data-files/commons/example-collection-without-commons.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"href": "./example-item-without-commons.json"
1919
}
2020
],
21-
"stac_extensions": [],
21+
"stac_extensions": [
22+
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
23+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
24+
],
2225
"title": "Landsat 8 L1",
2326
"keywords": [
2427
"landsat"

0 commit comments

Comments
 (0)