-
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.
- Loading branch information
Showing
10 changed files
with
1,471 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,175 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "LGN", | ||
"properties": { | ||
"license": "CC-BY-SA-4.0", | ||
"description": "LGN is a raster database with a resolution of 25 meter. From LGN2018 onwards, the spatial resolution has been refined to 5m. The LGN database has been produced by Wageningen Environmental Research since the late 1980s and meets the demand for up-to-date and accurate data on land use \nin the Netherlands. It also provides opportunities to track changes in land cover and land use over time.", | ||
"providers": [ | ||
{ | ||
"organization_name": null, | ||
"organization": "WENR", | ||
"comments": "download via email; preprocessing by WENR to unify land use categories (which change over years)", | ||
"doc_link": "https://lgn.nl/, https://www.wur.nl/en/Research-Results/Research-Institutes/Environmental-Research/Facilities-Tools/Kaarten-en-GIS-bestanden/Land-use-database-of-the-Netherlands/What-is-the-LGN-database.htm", | ||
"organization_email": null, | ||
"project_purpose": null | ||
} | ||
], | ||
"dataSource": "https://lgn.nl/bestanden , https://filesender.surf.nl/?s=download&token=30548341-64c3-48a9-9a74-dec69dd3aa91", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
0, | ||
280000 | ||
], | ||
"reference_system": "28992", | ||
"type": "spatial", | ||
"unit": "metre", | ||
"interpolation": "Nearest\u200b", | ||
"step": 5 | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
300000, | ||
625000 | ||
], | ||
"reference_system": "28992", | ||
"type": "spatial", | ||
"unit": "metre", | ||
"interpolation": "Nearest\u200b", | ||
"step": 5 | ||
}, | ||
"time": { | ||
"extent": [], | ||
"type": "temporal", | ||
"values": [ | ||
"2012-01-01T00:00Z", | ||
"2018-01-01T00:00Z", | ||
"2019-01-01T00:00Z", | ||
"2020-01-01T00:00Z", | ||
"2021-01-01T00:00Z", | ||
"2022-01-01T00:00Z" | ||
], | ||
"step": "", | ||
"unit": "day", | ||
"interpolation": null | ||
}, | ||
"z": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"reference_system": null, | ||
"interpolation": null, | ||
"type": "spatial" | ||
} | ||
}, | ||
"datetime": "2000-01-01T00:00:00Z", | ||
"raster:bands": [ | ||
{ | ||
"band_name": "landuse", | ||
"unit": "1", | ||
"data_type": "int", | ||
"nodata": 0, | ||
"definition": "https://lgn.nl/documentatie/wijzigingen-per-versie", | ||
"description": "Categorial data distinguishing 48 land use classes", | ||
"category_list": null, | ||
"comment": "", | ||
"interpolation": null | ||
} | ||
], | ||
"title": "National Land Use Database (LGN) in the Netherlands", | ||
"datasource_type": "grid", | ||
"keywords": "National Land Use, landuse, LGN, Netherlands", | ||
"area_cover": "Netherlands", | ||
"documentation": "https://doi.org/10.4121/688363cc-8c79-439f-bb0e-fe5d0deb3161, https://data.4tu.nl/datasets/2e472483-255b-4468-b5a2-beb413746b48/1, https://data.4tu.nl/datasets/8738f896-f49e-4ae7-8671-50ef893a2cee/1, https://data.4tu.nl/datasets/e2971c99-f4f2-4786-b7ba-2d16a24bcd83/1", | ||
"crs": "28992", | ||
"start_datetime": "2012-01-01T00:00Z", | ||
"end_datetime": "2022-01-01T00:00Z", | ||
"personalData": null, | ||
"provenance_name": "https://lgn.nl/bestanden", | ||
"preprocessing": "https://lgn.nl/documentatie", | ||
"modification": null, | ||
"provision": null, | ||
"use_case_S4E": null, | ||
"use_case_WER": 1, | ||
"use_case_NHM": null, | ||
"use_case_NILU": null, | ||
"use_case_NHM_2": null, | ||
"ingestion_status": "completed, year as timestamp, (2012,2019,2022,2021,2022)", | ||
"platform": "Rasdaman" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
3.0464264025399874, | ||
50.66919756175071 | ||
], | ||
[ | ||
3.0464264025399874, | ||
53.59620050977796 | ||
], | ||
[ | ||
7.275203768012878, | ||
53.59620050977796 | ||
], | ||
[ | ||
7.275203768012878, | ||
50.66919756175071 | ||
], | ||
[ | ||
3.0464264025399874, | ||
50.66919756175071 | ||
] | ||
] | ||
] | ||
}, | ||
"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" | ||
}, | ||
{ | ||
"href": "https://catalog:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=LGN&outputType=GeneralGridCoverage", | ||
"rel": "about", | ||
"type": "text/xml", | ||
"title": "Link to the rasdaman coverage description in XML" | ||
}, | ||
{ | ||
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=LGN", | ||
"rel": "service", | ||
"type": "text/html", | ||
"title": "Link to the rasdaman web application to Access, process gridded data" | ||
} | ||
], | ||
"assets": { | ||
"thumbnail_rasdaman": { | ||
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=LGN&bbox=50.66919756175071,3.0464264025399874,53.59620050977796,7.275203768012878&time=\"2012-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=", | ||
"roles": [ | ||
"thumbnail" | ||
] | ||
} | ||
}, | ||
"bbox": [ | ||
3.0464264025399874, | ||
50.66919756175071, | ||
7.275203768012878, | ||
53.59620050977796 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/raster/v1.1.0/schema.json", | ||
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json" | ||
] | ||
} |
156 changes: 156 additions & 0 deletions
156
stac_dist/Vienna_building_volume/Vienna_building_volume.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,156 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "Vienna_building_volume", | ||
"properties": { | ||
"keywords": [ | ||
"building", | ||
" building volume", | ||
" building height", | ||
" urban areas", | ||
" vienna", | ||
"building volume indicator" | ||
], | ||
"license": "CC-BY-4.0", | ||
"description": "Vienna building volume [100m]\n\nThe map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1", | ||
"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": "", | ||
"step": 100 | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
-11200, | ||
18800 | ||
], | ||
"reference_system": "EPSG:31256", | ||
"type": "spatial", | ||
"unit": "meter", | ||
"interpolation": "", | ||
"step": 100 | ||
}, | ||
"z": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"type": "spatial" | ||
}, | ||
"time": { | ||
"type": "temporal", | ||
"extent": [ | ||
"2024-01-01T00:00Z", | ||
"2024-12-31T00:00Z" | ||
], | ||
"step": "P1Y", | ||
"unit": "year" | ||
} | ||
}, | ||
"raster:bands": [ | ||
{ | ||
"band_name": "building volume indicator", | ||
"unit": "indicator", | ||
"data_type": "float32", | ||
"nodata": -9, | ||
"definition": "building volume indicator", | ||
"description": "building volume indicator", | ||
"comment": "Band 1" | ||
} | ||
], | ||
"title": "Vienna building volume [100m]", | ||
"datasource_type": "GML ", | ||
"area_cover": "415km2", | ||
"crs": "EPSG:31256", | ||
"start_datetime": "2024-01-01T00:00Z", | ||
"end_datetime": "2024-12-31T00:00Z", | ||
"provenance_name": "data.gv.at ", | ||
"preprocessing": " The map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1", | ||
"source_data": "https://www.data.gv.at", | ||
"models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb", | ||
"apis": "AWS-S3 API", | ||
"access_control": "fairicube account required ", | ||
"datetime": "2024-07-17T10:39:35Z", | ||
"modification": "2024-07-17T10:39:39Z", | ||
"provision": "2024-07-17T10:39:37Z", | ||
"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": { | ||
"../r09_build_volume/r09_Wien_build_volume_i_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" | ||
] | ||
} |
Oops, something went wrong.