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 18, 2024
1 parent 8e61dde commit 89e8375
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions stac_dist/1/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"x": {
"axis": "x",
"extent": [
331000,
354000
-11200,
18800
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "sum land use area cover per 100m x 100m cell",
"step": "100"
"interpolation": "",
"step": 100
},
"y": {
"axis": "y",
"extent": [
-11200,
18800
331000,
354000
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "sum land use area cover per 100m x 100m cell",
"step": "100"
"interpolation": "",
"step": 100
},
"time": {
"extent": [
Expand Down Expand Up @@ -134,8 +134,8 @@
}
],
"assets": {
"r01_landuse": {
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/",
"data on fairicube S3 Bucket": {
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r01_real_land_use2020_100m_b32_1_1.tif",
"roles": [
"data"
]
Expand Down

0 comments on commit 89e8375

Please sign in to comment.