From 8c1ff77c00a21e9df4afe1ef0c88e296a952c8b4 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:15:04 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/test.json --- .../staging/dataset-config/test.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/test.json diff --git a/ingestion-data/staging/dataset-config/test.json b/ingestion-data/staging/dataset-config/test.json new file mode 100644 index 00000000..ffb9fdc1 --- /dev/null +++ b/ingestion-data/staging/dataset-config/test.json @@ -0,0 +1,61 @@ +{ + "links": [], + "spatial_extent": { + "xmin": 1, + "ymin": 1, + "xmax": 1, + "ymax": 1 + }, + "temporal_extent": { + "startdate": "2024-12-01", + "enddate": "2024-12-01" + }, + "discovery_items": [ + { + "upload": true, + "cogify": false, + "dry_run": false, + "filename_regex": "[\\s\\S]*", + "use_multithreading": "false", + "prefix": "test", + "bucket": "test" + } + ], + "sample_files": [ + "test" + ], + "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": [ + { + "roles": [], + "name": "test" + } + ], + "assets": { + "thumbnail": { + "roles": [ + "test" + ], + "title": "pic", + "description": "pretty", + "href": "http://www.test.com", + "type": "test" + } + }, + "collection": "test", + "title": "test", + "license": "test", + "description": "test" +} \ No newline at end of file From a77e5a1c0ffd024f906bf66d791d0516c4b6f616 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:23:57 +0000 Subject: [PATCH 2/2] update via UI --- ingestion-data/staging/dataset-config/test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/test.json b/ingestion-data/staging/dataset-config/test.json index ffb9fdc1..9d114cce 100644 --- a/ingestion-data/staging/dataset-config/test.json +++ b/ingestion-data/staging/dataset-config/test.json @@ -16,7 +16,7 @@ "cogify": false, "dry_run": false, "filename_regex": "[\\s\\S]*", - "use_multithreading": "false", + "use_multithreading": true, "prefix": "test", "bucket": "test" } @@ -57,5 +57,5 @@ "collection": "test", "title": "test", "license": "test", - "description": "test" + "description": "test update" } \ No newline at end of file