From bfb18fa5ee1ec07685a9a518170cf9ce6aaf7004 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:27:00 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/deployedUITest.json --- .../dataset-config/deployedUITest.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/deployedUITest.json diff --git a/ingestion-data/staging/dataset-config/deployedUITest.json b/ingestion-data/staging/dataset-config/deployedUITest.json new file mode 100644 index 00000000..ca6755c8 --- /dev/null +++ b/ingestion-data/staging/dataset-config/deployedUITest.json @@ -0,0 +1,28 @@ +{ + "links": [], + "spatial_extent": { + "xmin": 1, + "ymin": 1, + "xmax": 1, + "ymax": 1 + }, + "temporal_extent": { + "startdate": "2024-12-01", + "enddate": "2024-12-19" + }, + "discovery_items": [ + { + "prefix": "test", + "bucket": "test" + } + ], + "sample_files": [ + "test" + ], + "data_type": "cog", + "stac_extensions": [], + "collection": "deployed UI Test", + "title": "test", + "license": "test", + "description": "test" +} \ No newline at end of file From 839421e2d1137803b41a5ded9631ef61124cd363 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:12:51 +0000 Subject: [PATCH 2/2] update via UI --- .../dataset-config/deployedUITest.json | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/deployedUITest.json b/ingestion-data/staging/dataset-config/deployedUITest.json index ca6755c8..75892c9b 100644 --- a/ingestion-data/staging/dataset-config/deployedUITest.json +++ b/ingestion-data/staging/dataset-config/deployedUITest.json @@ -12,6 +12,11 @@ }, "discovery_items": [ { + "upload": false, + "cogify": false, + "dry_run": false, + "filename_regex": "[\\s\\S]*", + "use_multithreading": false, "prefix": "test", "bucket": "test" } @@ -21,8 +26,31 @@ ], "data_type": "cog", "stac_extensions": [], + "item_assets": { + "cog_default": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Default COG Layer", + "description": "Cloud optimized default layer to display on map" + } + }, + "providers": [], + "assets": { + "thumbnail": { + "roles": [ + "test" + ], + "title": "test", + "description": "test", + "href": "test", + "type": "test" + } + }, "collection": "deployed UI Test", "title": "test", "license": "test", - "description": "test" + "description": "updated description" } \ No newline at end of file