Skip to content

Commit

Permalink
Update extensions and fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 1, 2024
1 parent 9490a55 commit 8455a55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/item-planet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v2.0.0/schema.json",
"https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json",
"https://stac-extensions.github.io/processing/v1.0.0/schema.json",
"https://stac-extensions.github.io/processing/v1.2.0/schema.json",
"https://stac-extensions.github.io/raster/v2.0.0-beta.1/schema.json"
],
"stac_version": "1.0.0",
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"view:sun_azimuth": 94.82318,
"view:incidence_angle": 0.1531593,
"view:off_nadir": 0.1102388,
"proj:epsg": 32750,
"proj:code": "EPSG:32750",
"processing:level": "L3B",
"title": "Planetscope PS2 L3B 01/10/2018 01:54:33",
"disaster:call_id": 857
Expand Down
4 changes: 2 additions & 2 deletions examples/item-sentinel2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"stac_extensions": [
"https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v2.0.0/schema.json",
"https://stac-extensions.github.io/raster/v2.0.0-beta.1/schema.json"
],
"id": "S2B_33SVB_20210221_0_L2A",
Expand Down Expand Up @@ -50,7 +50,7 @@
],
"gsd": 10,
"view:off_nadir": 0,
"proj:epsg": 32633,
"proj:code": "EPSG:32633",
"sentinel:utm_zone": 33,
"sentinel:latitude_band": "S",
"sentinel:grid_square": "VB",
Expand Down
2 changes: 1 addition & 1 deletion json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://stac-extensions.github.io/raster/v1.1.0/schema.json"
"const": "https://stac-extensions.github.io/raster/v2.0.0-beta.1/schema.json"
}
}
},
Expand Down

0 comments on commit 8455a55

Please sign in to comment.