diff --git a/stac_dist/eu_demography/eu_demography.json b/stac_dist/eu_demography/eu_demography.json new file mode 100644 index 00000000..d3589c82 --- /dev/null +++ b/stac_dist/eu_demography/eu_demography.json @@ -0,0 +1,125 @@ +{ + "type": "Feature", + "stac_version": "2.2.0", + "id": "eu_demography", + "properties": { + "description": "European Demography on a 1km grid\n2018 - eu_demography_2018_index\n2021 - eu_demography_2021_index\nvirtual coverage - eu_demography_virtual_coverage_index", + "providers": [], + "dataSource": "", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 944000, + 6505000 + ], + "reference_system": "3035", + "type": "spatial", + "unit_of_measure": "meter", + "step": "1000" + }, + "y": { + "axis": "y", + "extent": [ + 942000, + 5414000 + ], + "reference_system": "3035", + "type": "spatial", + "unit_of_measure": "meter", + "step": "1000" + }, + "time": { + "extent": [ + "2018-01-01T00:00Z", + "2020-12-31T23:59:59Z" + ], + "type": "temporal", + "step": "P3Y" + }, + "z": {} + }, + "datetime": "2021-02-17T15:13:53Z", + "raster:bands": [], + "title": "EU Demography", + "datasource_type": "eu_demography_2018_index", + "keywords": "These data shall not be used for commercial purposes (even within the user's organisation) without prior approval by the owner. Users may not: - disseminate the dataset to clients outside their own organisation - sell the dataset \u2013 in whole or in part \u2013 to parties outside their organisation - use it for any other commercial purpose.", + "start_datetime": "2018-01-01T00:00Z", + "end_datetime": "2020-12-31T23:59:59Z", + "personalData": "https://ec.europa.eu/eurostat/web/main/about/policies/copyright", + "Provenance_name": "https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/population-distribution-demography/geostat", + "use_case_NHM": "two", + "platform": "rasdaman" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -54.896608380235485, + 24.805697480738544 + ], + [ + -54.896608380235485, + 64.33852817800617 + ], + [ + 59.87641607130845, + 64.33852817800617 + ], + [ + 59.87641607130845, + 24.805697480738544 + ], + [ + -54.896608380235485, + 24.805697480738544 + ] + ] + ] + }, + "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://fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=eu_demography&outputType=GeneralGridCoverage", + "rel": "about", + "type": "text/xml", + "title": "Link to the coverage description in XML" + }, + { + "href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=eu_demography", + "rel": "service", + "type": "text/html", + "title": "Link to the web application to Access, process gridded data" + } + ], + "assets": { + "data": { + "href": "https://fairicube.rasdaman.com/rasdaman/ows?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=eu_demography&FORMAT=application/netcdf", + "roles": [ + "data" + ] + } + }, + "bbox": [ + -54.896608380235485, + 24.805697480738544, + 59.87641607130845, + 64.33852817800617 + ], + "stac_extensions": [ + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", + "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" + ] +} \ No newline at end of file