-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #296 from FAIRiCUBE/stac-dist-vienna-vineyard-area
ChangeType.update stac_dist/Vienna_vineyard_area/Vienna_vineyard_area.json
- Loading branch information
Showing
1 changed file
with
150 additions
and
0 deletions.
There are no files selected for viewing
150 changes: 150 additions & 0 deletions
150
stac_dist/Vienna_vineyard_area/Vienna_vineyard_area.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "Vienna_vineyard_area", | ||
"properties": { | ||
"license": "CC-BY-4.0", | ||
"description": "Vienna vineyard area [100m]", | ||
"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", | ||
"step": "100" | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
-11200, | ||
18800 | ||
], | ||
"reference_system": "EPSG:31256", | ||
"type": "spatial", | ||
"unit": "meter", | ||
"interpolation": "SUM", | ||
"step": "100" | ||
}, | ||
"time": { | ||
"extent": [ | ||
"2024-01-01T00:00Z", | ||
"2024-12-31T00:00Z" | ||
], | ||
"type": "temporal", | ||
"step": "P1Y0M0DT0H0M0S", | ||
"unit": "year" | ||
}, | ||
"z": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"type": "spatial" | ||
} | ||
}, | ||
"datetime": "2024-07-17T10:46:42Z", | ||
"raster:bands": [ | ||
{ | ||
"band_name": "vineyard area [% cell cover] ", | ||
"unit": "%", | ||
"data_type": "float32", | ||
"nodata": -9, | ||
"definition": "vineyard area [% cell cover] ", | ||
"description": "vineyard area [% cell cover] ", | ||
"comment": "Band 1", | ||
"interpolation": "SUM" | ||
} | ||
], | ||
"title": "Vienna vineyard area [100m]", | ||
"datasource_type": "WFS (GML) ", | ||
"keywords": "vineyards", | ||
"area_cover": "415km2", | ||
"crs": "EPSG:31256", | ||
"start_datetime": "2024-01-01T00:00Z", | ||
"end_datetime": "2024-12-31T00:00Z", | ||
"provenance_name": "data.gv.at ", | ||
"preprocessing": "Vineyard land use were extracted from land use map and the vineyard cover for every 100m gridcell was calculated and exported as raster", | ||
"source_data": "https://www.data.gv.at", | ||
"models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_land_use.ipynb", | ||
"apis": "AWS-S3 API", | ||
"access_control": "fairicube account required ", | ||
"modification": "2024-07-17T10:46:48Z", | ||
"provision": "2024-07-17T10:46:44Z", | ||
"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": { | ||
"../r10_vineyard/r10_vineyard_100m_b1_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" | ||
] | ||
} |