Skip to content

Commit 8a48cf8

Browse files
authored
Merge pull request #1015 from RS-PYTHON/fix/rspy513-timestamps-extension-missing
fix-rspy513-timestamps-extension-missing
2 parents ed419b3 + 95d5fbd commit 8a48cf8

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

services/adgs/config/ODataToSTAC_template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/file/v2.1.0/schema.json"
4+
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
5+
"https://stac-extensions.github.io/timestamps/v1.1.0/schema.json"
56
],
67
"type": "Feature",
78
"id": "PLACEHOLDER",

services/cadip/config/cadip_session_ODataToSTAC_template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4+
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
45
"https://stac-extensions.github.io/timestamps/v1.1.0/schema.json"
56
],
67
"type": "Feature",

tests/resources/endpoints/adgs_feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
}
4949
],
5050
"stac_extensions": [
51-
"https://stac-extensions.github.io/file/v2.1.0/schema.json"
51+
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
52+
"https://stac-extensions.github.io/timestamps/v1.1.0/schema.json"
5253
],
5354
"collection": "s2_adgs2_AUX_OBMEMC"
5455
}

tests/resources/endpoints/cadip_feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
}
8383
],
8484
"stac_extensions": [
85+
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
8586
"https://stac-extensions.github.io/timestamps/v1.1.0/schema.json"
8687
],
8788
"collection": "cadip_session_by_id"

0 commit comments

Comments
 (0)