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_luxembourg/land_use_luxembourg.json #319

Merged
merged 5 commits into from
Sep 4, 2024
143 changes: 143 additions & 0 deletions stac_dist/land_use_luxembourg/land_use_luxembourg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "land_use_luxembourg",
"properties": {
"keywords": [
"Land use"
],
"license": "CC0-1.0",
"description": "Land Use in terms of functional dimension corresponds to the description of areas in terms of their socio-economic purpose",
"providers": [
{
"organization_name": "Ministre de l\u2019Environnement, du Climat et de la Biodiversit\u00e9 & Minist\u00e8re du Logement et de l\u2019Am\u00e9nagement du territoire - D\u00e9partement de l\u2019am\u00e9nagement du territoire",
"organization": "Ministre de l\u2019Environnement, du Climat et de la Biodiversit\u00e9 & Minist\u00e8re du Logement et de l\u2019Am\u00e9nagement du territoire - D\u00e9partement de l\u2019am\u00e9nagement du territoire",
"doc_link": "https://data.public.lu/fr/datasets/lis-l-land-use-2007-2015-2018/",
"organization_email": "[email protected]; [email protected]; [email protected]",
"roles": "licensor"
}
],
"dataSource": "https://geocatalogue.geoportail.lu",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
48930.247,
106113.847
],
"reference_system": "EPSG:2169",
"type": "spatial",
"unit": "meters",
"interpolation": "-",
"step": 100
},
"y": {
"axis": "y",
"extent": [
57015.29,
138759.09
],
"reference_system": "EPSG:2169",
"type": "spatial",
"unit": "meters",
"interpolation": "-",
"step": 100
},
"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": "year",
"interpolation": "-"
}
},
"raster:bands": [
{
"band_name": "Land use",
"unit": "categorical",
"data_type": "int16",
"nodata": -999,
"definition": "Land Use classes with Land Use code for relevant years",
"description": "Land Use classes with Land Use code for relevant years",
"category_list": "111\t Residential; 112\tAgriculture facilities; 113\tIndustry & Commerce; 114\tUnused urban areas, brownfields; 115\tSocial, cultural, and other (e.g. indoor sports halls); 131\tCemetery; 132\tPublic open spaces (e.g. square); 133\tPark & public green (playground); 134\tOther (green area not used for recreation e.g. roundabout); 141\tGolf course; 142\tCamp ground; 143\tOther sport facilities (outdoor sports facilities); 144\tOther recreation facilities (allotment gardens and picnic); 151\tUtility (production, disposal facilities); 152\tMining / extraction; 160\tConstruction site ; 210\tArable land; 220\tGrassland; 231\tVineyard; 232\tFruit trees; 233\tOrchard; 234\tOther (greenhouses and tree plantations); 311\tConiferous; 312\tMixed; 313\tDeciduous; 314\tYoung forest; 321\tDamaged forest; 323\tClear cuts (harvesting); 331\tForest road; 410\tGravel; 420\tRocks; 430\tNatural grassland; 440\tHeathland; 450\tBushes; 460\tWetland; 511\tNatural; 512\tArtificial; 521\tNatural; 522\tArtificial; 611\tRural roads; 612\tMain roads; 620\tRailways; 631\tCommercial; 632\tSport & Leisure; 640\tWater traffic; 650\tParking lot;",
"interpolation": ""
}
],
"title": "Land Use Luxembourg",
"datasource_type": "vector",
"area_cover": "2586ha",
"crs": "EPSG:2169",
"start_datetime": "2007-01-01T00:00Z",
"end_datetime": "2021-01-01T00:00Z",
"personalData": "no personal data",
"datetime": null,
"modification": null,
"provision": null,
"use_case_S4E": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
5.73313548077588,
49.44713641902722
],
[
5.73313548077588,
50.182280867669625
],
[
6.533747046664215,
50.182280867669625
],
[
6.533747046664215,
49.44713641902722
],
[
5.73313548077588,
49.44713641902722
]
]
]
},
"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": {},
"bbox": [
5.73313548077588,
49.44713641902722,
6.533747046664215,
50.182280867669625
],
"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