diff --git a/stac_dist/private_public_land_city_of_luxembourg/private_public_land_city_of_luxembourg.json b/stac_dist/private_public_land_city_of_luxembourg/private_public_land_city_of_luxembourg.json new file mode 100644 index 0000000..a508af8 --- /dev/null +++ b/stac_dist/private_public_land_city_of_luxembourg/private_public_land_city_of_luxembourg.json @@ -0,0 +1,141 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "private_public_land_city_of_luxembourg", + "properties": { + "keywords": [ + "private or public land " + ], + "license": "CC-BY-4.0", + "description": "This dataset depicts private and public land of the City of Luxembourg", + "providers": [ + { + "organization_name": "FAIRiCUBE", + "organization": "FAIRiCUBE", + "organization_email": "info@space4environment.com", + "roles": "processor" + } + ], + "dataSource": "Luxembourg Cadaster", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + -180, + 180 + ], + "reference_system": 4326, + "type": "spatial", + "unit": "private or public land", + "step": 10 + }, + "y": { + "axis": "y", + "extent": [ + -90, + 90 + ], + "reference_system": 4326, + "type": "spatial", + "unit": "private or public land", + "step": 10 + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + }, + "time": { + "type": "temporal", + "values": [ + {}, + "2999-01-01T00:00:00Z" + ], + "step": "" + } + }, + "raster:bands": [ + { + "band_name": "private or public land ", + "unit": "categorical", + "data_type": "float32", + "nodata": -3.40282e+38, + "definition": "Public or private land according to the cadastre ", + "description": "Public or private land according to the cadastre ", + "category_list": "1 Public land; 2 Private Land" + } + ], + "title": "Private and Public Land of the City of Luxembourg", + "datasource_type": "grid", + "area_cover": "5171.66 ha", + "documentation": "N/A", + "crs": "2169", + "start_datetime": {}, + "end_datetime": "2999-01-01T00:00:00Z", + "personalData": "no personal data", + "provenance_name": "Digital Cadastral Plan (PCN)", + "preprocessing": "", + "source_data": "https://data.public.lu/en/datasets/plan-cadastral-numerise-pcn/#", + "apis": "AWS-S3 API", + "access_control": "fairicube account required ", + "datetime": "2024-09-02T11:30Z", + "modification": null, + "provision": null, + "use_case_S4E": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -180, + -90 + ], + [ + -180, + 90 + ], + [ + 180, + 90 + ], + [ + 180, + -90 + ], + [ + -180, + -90 + ] + ] + ] + }, + "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": [ + -180, + -90, + 180, + 90 + ], + "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