Skip to content

Commit

Permalink
fixed extent and asset url
Browse files Browse the repository at this point in the history
  • Loading branch information
mari-s4e authored Oct 25, 2024
1 parent 714e38f commit d8db51c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"x": {
"axis": "x",
"extent": [
331000,
354000
-11200,
18800
],
"reference_system": "EPSG:31256",
"type": "spatial",
Expand All @@ -37,8 +37,8 @@
"y": {
"axis": "y",
"extent": [
-11200,
18800
331000,
354000
],
"reference_system": "EPSG:31256",
"type": "spatial",
Expand Down Expand Up @@ -152,7 +152,7 @@
}
],
"assets": {
"file on s3": {
"COG file on fairicube S3 Bucket": {
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r04_imp/r04_imp2018_100m_b1_1_1.tif",
"roles": [
"data"
Expand All @@ -175,4 +175,4 @@
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}
}

0 comments on commit d8db51c

Please sign in to comment.