From df7022a00b56629756246688eb66ea6a123d3206 Mon Sep 17 00:00:00 2001 From: Mussab Abdalla Date: Mon, 15 Apr 2024 20:07:21 +0200 Subject: [PATCH] Add stac_dist/Sentinel_1/Sentinel_1.json for pull request submission --- stac_dist/Sentinel_1/Sentinel_1.json | 121 +++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 stac_dist/Sentinel_1/Sentinel_1.json diff --git a/stac_dist/Sentinel_1/Sentinel_1.json b/stac_dist/Sentinel_1/Sentinel_1.json new file mode 100644 index 00000000..3e36122a --- /dev/null +++ b/stac_dist/Sentinel_1/Sentinel_1.json @@ -0,0 +1,121 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "properties": { + "license": null, + "description": null, + "area_cover": "World", + "crs": null, + "providers": [ + { + "organization": "ESA", + "organization_name": null, + "organization_email": null, + "orcid_id": null, + "project_purpose": null, + "doc_link": "sentinel data hub", + "comments": "free and open" + } + ], + "dataSource": "ESA", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + -180, + 180 + ], + "reference_system": "EPSG:4326", + "type": "spatial", + "unit_of_measure": "m", + "interpolation": null, + "step": 20 + }, + "y": { + "axis": "y", + "extent": [ + -90, + 90 + ], + "reference_system": "EPSG:4326", + "type": "spatial", + "unit_of_measure": "m", + "interpolation": null, + "step": 20 + }, + "z": { + "axis": "z", + "extent": [ + null, + null + ], + "reference_system": null, + "type": "spatial", + "unit_of_measure": null, + "interpolation": null + }, + "time": { + "extent": [ + "2014-01-01T00:00:00Z", + "2022-01-01T00:00:00Z" + ], + "type": "temporal", + "unit_of_measure": "y", + "interpolation": null + } + }, + "datetime": "2000-01-01T00:00:00Z", + "raster:bands": [ + { + "band_name": null, + "unit": null, + "nodata": null, + "data_type": null, + "definition": null, + "description": null, + "category_list": null, + "comment": null, + "interpolation": null + } + ], + "title": "Sentinel 1", + "datasource_type": "grid", + "personalData": null, + "Provenance_name": "sattelite", + "preprocessing": null, + "documentation": null, + "keywords": null, + "use_case_S4E": null, + "use_case_WER": 1, + "use_case_NHM_2": null, + "use_case_NILU": null, + "use_case_NHM": null, + "platform": "Rasdaman", + "ingestion_status": "Completed but inaccessible due to authentication issues" + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + }, + "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": [], + "stac_extensions": [ + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", + "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" + ], + "id": "Sentinel_1" +} \ No newline at end of file