Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeType.update stac_dist/Vienna_water_area/Vienna_water_area.json #293

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 156 additions & 0 deletions stac_dist/Vienna_water_area/Vienna_water_area.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "Vienna_water_area",
"properties": {
"keywords": [
"urban waters",
" water",
" water surface",
" vienna",
"water area [% cell cover]"
],
"license": "CC-BY-4.0",
"description": "Vienna water areas [100m]\nThe layer shows the cover of surface water inside 100m gridcells.\n",
"providers": [
{
"organization_name": "Stadt Wien",
"organization": "Stadt Wien",
"organization_email": "[email protected]",
"roles": "licensor"
}
],
"dataSource": "Open data Austria (data.gv.at)",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
331000,
354000
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "sum surface water cover per 100m x 100m cell",
"step": 100
},
"y": {
"axis": "y",
"extent": [
-11200,
18800
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "sum surface water cover per 100m x 100m cell",
"step": 100
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
},
"time": {
"type": "temporal",
"extent": [
"2024-01-01T00:00Z",
"2024-01-31T00:00Z"
],
"step": "P1Y0M0DT0H0M0S",
"unit": "year"
}
},
"raster:bands": [
{
"band_name": "water area [% cell cover]",
"unit": "%",
"data_type": "float32",
"nodata": -9,
"definition": "water area [% cell cover] ",
"description": "water area [% cell cover] ",
"comment": "Band 1",
"interpolation": "SUM"
}
],
"title": "Vienna water areas [100m]",
"datasource_type": "GML ",
"area_cover": "415km2",
"crs": "EPSG:31256",
"start_datetime": "2024-01-01T00:00Z",
"end_datetime": "2024-01-31T00:00Z",
"provenance_name": "Open data Austria (data.gv.at)",
"preprocessing": "Water datasets were merged and a water mask was produced. Next the cover of water inside every 100 grid cell was calculated and a raster was produced",
"source_data": "https://www.data.gv.at",
"models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/b9de3160156709c04387b3aab7a1dc99e6a03241/notebooks/dev/f06_pre_processing/Vienna_gewaesser_100m.ipynb",
"apis": "AWS-S3 API",
"access_control": "fairicube account required ",
"datetime": "2024-07-17T10:19:46Z",
"modification": "2024-07-17T10:19:53Z",
"provision": "2024-07-17T10:19:50Z",
"use_case_S4E": "1",
"use_case_NHM_2": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
20.527587778333267,
44.951075003750404
],
[
20.527587778333267,
45.2313494572559
],
[
20.839371582277582,
45.2313494572559
],
[
20.839371582277582,
44.951075003750404
],
[
20.527587778333267,
44.951075003750404
]
]
]
},
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
}
],
"assets": {
"../r07_water/r07_Wien_water_areas_grid100m_1_1.tif": {
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/",
"roles": [
"data"
]
}
},
"bbox": [
20.527587778333267,
44.951075003750404,
20.839371582277582,
45.2313494572559
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}
Loading