Skip to content

Commit 4ca22c6

Browse files
committed
Fix tests + CHANGELOG
1 parent 1d8a9bd commit 4ca22c6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
- Change default temporal property to datetime
1111
- Enable Converter.columns list and tuple types
12+
- Update STAC processing extension
1213

1314
## [v0.2.11] - 2025-10-09
1415

tests/data-files/stac/collection-de-sh-json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/processing/v1.1.0/schema.json"
4+
"https://stac-extensions.github.io/processing/v1.2.0/schema.json"
55
],
66
"type": "Collection",
77
"id": "de_sh",

tests/data-files/stac/collection-de-sh-parquet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
4+
"https://stac-extensions.github.io/processing/v1.2.0/schema.json",
55
"https://stac-extensions.github.io/table/v1.2.0/schema.json"
66
],
77
"type": "Collection",

tests/data-files/stac/collection-fiboa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/processing/v1.1.0/schema.json"
4+
"https://stac-extensions.github.io/processing/v1.2.0/schema.json"
55
],
66
"type": "Collection",
77
"id": "de_nrw",

0 commit comments

Comments
 (0)