Skip to content

Commit

Permalink
Merge pull request #145 from FAIRiCUBE/stac-dist-eu-demography-eu-dem
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/eu_demography/eu_demography.json
  • Loading branch information
eox-cs1 authored Mar 21, 2024
2 parents 97fce85 + 17667b0 commit 1fec970
Showing 1 changed file with 125 additions and 0 deletions.
125 changes: 125 additions & 0 deletions stac_dist/eu_demography/eu_demography.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 1fec970

Please sign in to comment.