Skip to content

Commit 804f503

Browse files
Bump Monty STAC Extension version to 1.1.0 (#34)
* Bump Monty STAC Extension version from 1.0.0 to 1.1.0 across all examples and schema files. Update schema references in JSON files and package configurations to reflect the new version. * Rename package to monty-stac-extension and update version to 1.1.0
1 parent 23e5b3e commit 804f503

64 files changed

Lines changed: 76 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 2 deletions

README.md

Lines changed: 1 addition & 1 deletion

docs/model/sources/DesInventar/README.md

Lines changed: 5 additions & 5 deletions

examples/desinventar-events/desinventar-events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
4+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
55
],
66
"type": "Collection",
77
"id": "desinventar-events",

examples/desinventar-events/grd-194.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.0.0",
44
"stac_extensions": [
5-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
5+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
66
],
77
"id": "grd-194",
88
"geometry": {

examples/desinventar-events/grd-200.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.0.0",
44
"stac_extensions": [
5-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
5+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
66
],
77
"id": "grd-200",
88
"geometry": {

examples/desinventar-impacts/desinventar-impacts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
4+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
55
],
66
"type": "Collection",
77
"id": "desinventar-impacts",

examples/desinventar-impacts/grd-200-deaths.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.0.0",
44
"stac_extensions": [
5-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
5+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
66
],
77
"id": "desinventar-impact-200-deaths",
88
"geometry": {

examples/emdat-events/2024-0796-ESP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.0.0",
44
"stac_extensions": [
5-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
5+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
66
],
77
"id": "emdat-event-2024-0796-ESP",
88
"geometry": {

examples/emdat-events/emdat-events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://ifrcgo.org/monty-stac-extension/v1.0.0/schema.json"
4+
"https://ifrcgo.org/monty-stac-extension/v1.1.0/schema.json"
55
],
66
"type": "Collection",
77
"id": "emdat-events",

0 commit comments

Comments
 (0)