diff --git a/stac_dist/Vienna_organic_waste_bin_distance_map/Vienna_organic_waste_bin_distance_map.json b/stac_dist/Vienna_organic_waste_bin_distance_map/Vienna_organic_waste_bin_distance_map.json new file mode 100644 index 00000000..470d41dc --- /dev/null +++ b/stac_dist/Vienna_organic_waste_bin_distance_map/Vienna_organic_waste_bin_distance_map.json @@ -0,0 +1,176 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "Vienna_organic_waste_bin_distance_map", + "properties": { + "keywords": [ + "organic waste", + " bins", + " distance map", + "normalized distance to next bin; vienna", + "bin_distance" + ], + "license": "CC-BY-NC-4.0", + "description": "Map which shows for every 100m cell the normalized distance in meter to the next organic waste bin", + "providers": [ + { + "organization_name": "Stadt Wien", + "organization": "Stadt Wien", + "comments": "", + "doc_link": "", + "organization_email": "open@post.wien.gv.at", + "ORCID_ID": "", + "roles": "licensor", + "project_purpose": "" + } + ], + "dataSource": "Open data Austria (data.gv.at)", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 331000, + 354000 + ], + "reference_system": "EPSG:31256", + "type": "spatial", + "unit": "meter", + "interpolation": "distance", + "step": 100 + }, + "y": { + "axis": "y", + "extent": [ + -11200, + 18800 + ], + "reference_system": "EPSG:31256", + "type": "spatial", + "unit": "meter", + "interpolation": "distance", + "step": 100 + }, + "z": { + "extent": [ + null, + null + ], + "reference_system": "", + "unit": "", + "interpolation": "", + "step": "", + "type": "spatial" + }, + "time": { + "type": "temporal", + "extent": [ + "2024-01-01T00:00Z", + "2024-12-31T00:00Z" + ], + "step": "P1Y0M0DT0H0M0S", + "unit": "year", + "interpolation": "" + } + }, + "raster:bands": [ + { + "band_name": "bin_distance", + "unit": "meter", + "data_type": "float32", + "nodata": -9, + "definition": "normalized distance to next organic waste bin (average inside 100m cell)", + "description": "normalized distance to next organic waste bin (average inside 100m cell)", + "category_list": "", + "comment": "Band 1", + "interpolation": "AVG" + } + ], + "title": "Organic waste bin distance map of Vienna", + "datasource_type": "POINT", + "area_cover": "415km2", + "documentation": "", + "crs": "EPSG:31256", + "start_datetime": "2024-01-01T00:00Z", + "end_datetime": "2024-12-31T00:00Z", + "re_projection_crs": "", + "unit_of_measure": "", + "resolution": "", + "personalData": "", + "provenance_name": " data.gv.at", + "preprocessing": "", + "source_data": "https://www.data.gv.at/katalog/de/dataset/stadt-wien_altstoffsammelstellenstandortewien", + "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb", + "data_quality": "", + "quality_control": "", + "metada_standards": "", + "apis": "AWS-S3 API", + "distributions": "", + "access_control": "fairicube account required ", + "datetime": "2024-07-16T17:01:55Z", + "modification": "2024-07-16T17:01:59Z", + "provision": "2024-07-16T17:01:58Z", + "use_case_S4E": "1", + "use_case_NHM_2": "1", + "ingestion_status": "", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 20.527587778333267, + 44.951075003750404 + ], + [ + 20.527587778333267, + 45.2313494572559 + ], + [ + 20.839371582277582, + 45.2313494572559 + ], + [ + 20.839371582277582, + 44.951075003750404 + ], + [ + 20.527587778333267, + 44.951075003750404 + ] + ] + ] + }, + "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": { + "file on s3": { + "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r03_biotones/r03_biotonnen_distance_100m_b1_1_1.tif", + "roles": [ + "data" + ] + } + }, + "bbox": [ + 20.527587778333267, + 44.951075003750404, + 20.839371582277582, + 45.2313494572559 + ], + "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