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_cover_city_of_luxembourg/land_cover_city_of_luxembourg.json #320

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "land_cover_city_of_luxembourg",
"properties": {
"keywords": [
"land cover"
],
"license": "CC0-1.0",
"description": "Land Cover (of the city of Luxembourg) corresponds to a physical description of space, the observed (bio)physical cover of the earth's surface . It is that which overlays or currently covers the ground",
"providers": [
{
"organization_name": "FAIRiCUBE",
"organization": "FAIRiCUBE",
"organization_email": "[email protected]",
"roles": "processor"
}
],
"dataSource": "https://data.public.lu/fr/datasets/lis-l-land-cover/",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"y": {
"axis": "y",
"extent": [
69590,
80030
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
},
"time": {
"type": "temporal",
"values": [
"2015-01-01T00:00Z",
"2018-01-01T00:00Z",
"2021-01-01T00:00Z"
],
"step": "",
"unit": "y"
}
},
"raster:bands": [
{
"band_name": "land cover",
"unit": "categorical",
"data_type": "int16",
"nodata": -999,
"definition": "Land cover of the city of Luxembourg",
"description": "Land cover of the city of Luxembourg ",
"category_list": "10\tbuildings\t; 20\tother constructed areas\t; 30\tbare soil\t; 60\twater\t; 70\ttrees\t; 71\tdead trees\t; 80\tbushes\t; 91\tpermanent herbaceous vegetation\t; 92\tseasonal herbaceous vegetation\t; 93\tvineyards\t"
}
],
"title": "Land Cover City of Luxembourg",
"datasource_type": "grid",
"area_cover": "5171.66 ha",
"documentation": "https://data.public.lu/en/datasets/lis-l-land-cover/",
"crs": "2169",
"start_datetime": "2015-01-01T00:00Z",
"end_datetime": "2021-01-01T00:00Z",
"personalData": "no personal data",
"provenance_name": "LIS-L Land Cover",
"preprocessing": "Rasterization from vector to raster and clipped to extent of city of Lux ",
"source_data": "https://data.public.lu/en/datasets/lis-l-land-cover/",
"apis": "AWS-S3 API",
"access_control": "fairicube account required ",
"datetime": "2024-09-02T16:29Z",
"modification": null,
"provision": null,
"use_case_S4E": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6.069104443926092,
49.56094657618465
],
[
6.069104443926092,
49.65484833240523
],
[
6.203715071874704,
49.65484833240523
],
[
6.203715071874704,
49.56094657618465
],
[
6.069104443926092,
49.56094657618465
]
]
]
},
"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": [
6.069104443926092,
49.56094657618465,
6.203715071874704,
49.65484833240523
],
"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