From 887b8ab6dd77d30df1c8165416d19a1656f98aeb Mon Sep 17 00:00:00 2001 From: Stefania Morrone Date: Mon, 8 Apr 2024 16:05:04 +0200 Subject: [PATCH] upload --- stac/no-ml_items/test1.json | 93 +++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 stac/no-ml_items/test1.json diff --git a/stac/no-ml_items/test1.json b/stac/no-ml_items/test1.json new file mode 100644 index 0000000..f8b1a24 --- /dev/null +++ b/stac/no-ml_items/test1.json @@ -0,0 +1,93 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "test1", + "collection": "no-ML collection", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -180, + -90 + ], + [ + -180, + 90 + ], + [ + 180, + 90 + ], + [ + 180, + -90 + ], + [ + -180, + -90 + ] + ] + ] + }, + "properties": { + "provider": "epsit", + "use-case": "common", + "title": "test1", + "description": "test1", + "main-category": "Analytics", + "objective": "anomaly-detection", + "datetime": "2022-02-06", + "keywords": [ + "test1" + ], + "platform": "Local Jupyter notebook", + "framework": "Rasdaman", + "algorithm": "custom-method", + "license": "CC-BY-NC-SA-2.0", + "processor-used": "tpu", + "operating-system-used": "aix", + "use-constraints": "" + }, + "links": [ + { + "rel": "root", + "href": "./catalog.json", + "type": "application/json", + "title": "Root" + }, + { + "rel": "parent", + "href": "./catalog.json", + "type": "application/json", + "title": "no-ML collection" + }, + { + "href": "https://www.test.com", + "rel": "about", + "type": "text/html", + "title": "Reference link" + } + ], + "assets": { + "input-data-used": { + "href": "test1", + "type": "application/json", + "title": "Input data used", + "description": "test1", + "biases-and-ethical-aspects": "", + "roles": [ + "data" + ] + }, + "output-data-obtained": { + "href": "test1", + "type": "application/json", + "title": "Output data obtained", + "description": "test1", + "roles": [ + "data" + ] + } + } +} \ No newline at end of file