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/land_use_city_of_luxembourg/land_use_city_of_luxembourg.json #322

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
158 changes: 158 additions & 0 deletions stac_dist/land_use_city_of_luxembourg/land_use_city_of_luxembourg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "land_use_city_of_luxembourg",
"properties": {
"keywords": [
"land use "
],
"license": "CC0-1.0",
"description": "Land Use of the city of Luxemborug. In terms of functional dimension corresponds to the description of areas in terms of their socio-economic purpose.",
"providers": [
{
"organization_name": "FAIRiCUBE",
"organization": "FAIRiCUBE",
"organization_email": "[email protected]",
"roles": "processor"
}
],
"dataSource": "https://data.public.lu/fr/datasets/lis-l-land-use-2007-2015-2018/",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"y": {
"axis": "y",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
},
"time": {
"type": "temporal",
"values": [
"2007-01-01T00:00Z",
"2015-01-01T00:00Z",
"2018-01-01T00:00Z",
"2021-01-01T00:00Z"
],
"step": "",
"unit": "y"
}
},
"raster:bands": [
{
"band_name": "land use ",
"unit": "categorical",
"data_type": "int16",
"nodata": -999,
"definition": "Land Use classes of the city of Luxembourg",
"description": "Land Use classes of the city of Luxembourg",
"category_list": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/d012_luxembourg/lookup_tables/land_use_07_15_18_21_10m_lut.csv",
"comment": "The lookup table with the category list is stored with the data.\n\nEach band represents a different reference year:\nBand 1: 2007\nBand 2: 2015\nBand 3: 2018\nBand 4: 2021"
}
],
"title": "Land Use of the City of Luxembourg",
"datasource_type": "grid",
"area_cover": "5171.66 ha",
"documentation": "https://data.public.lu/fr/datasets/lis-l-land-use-2007-2015-2018/",
"crs": "2169",
"start_datetime": "2007-01-01T00:00Z",
"end_datetime": "2021-01-01T00:00Z",
"personalData": "no personal data",
"provenance_name": "LIS-L Land Use 2007, 2015, 2018",
"preprocessing": "Rasterization, using nearest neighbour) from vector to raster and clipped to extent of city of Luxembourg",
"source_data": "https://data.public.lu/fr/datasets/lis-l-land-use-2007-2015-2018/",
"apis": "AWS-S3 API",
"access_control": "fairicube account required ",
"datetime": "2024-08-27T09:13Z",
"modification": null,
"provision": null,
"use_case_S4E": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6.069058507516138,
49.59025737126797
],
[
6.069058507516138,
49.677685246874994
],
[
6.203732162051925,
49.677685246874994
],
[
6.203732162051925,
49.59025737126797
],
[
6.069058507516138,
49.59025737126797
]
]
]
},
"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": {
"Land use Luxembourg - COG": {
"href": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/d012_luxembourg/land_use_07_15_18_21_10m_b4.tif",
"roles": [
"data"
]
},
"Land use Luxembourg - Category list": {
"href": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/d012_luxembourg/lookup_tables/land_use_07_15_18_21_10m_lut.csv",
"roles": [
"data"
]
}
},
"bbox": [
6.069058507516138,
49.59025737126797,
6.203732162051925,
49.677685246874994
],
"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