From 1a8457b6a6effcd1f060112c9a59948a8c3b7316 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:12:15 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/snowday.json --- .../staging/dataset-config/snowday.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/snowday.json diff --git a/ingestion-data/staging/dataset-config/snowday.json b/ingestion-data/staging/dataset-config/snowday.json new file mode 100644 index 00000000..e1ae1e84 --- /dev/null +++ b/ingestion-data/staging/dataset-config/snowday.json @@ -0,0 +1,62 @@ +{ + "links": [], + "spatial_extent": { + "xmin": -999, + "ymin": -99.99, + "xmax": 99, + "ymax": 99999 + }, + "temporal_extent": { + "startdate": "2025-01-01", + "enddate": "2025-01-06" + }, + "discovery_items": [ + { + "upload": false, + "cogify": true, + "dry_run": false, + "filename_regex": "[\\s\\S]*", + "use_multithreading": false, + "discovery": "s3", + "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": [ + "tester" + ], + "title": "test", + "href": "test.com", + "type": "test", + "description": "test" + } + }, + "collection": "snow day", + "title": "test", + "license": "tst", + "description": "test description" +} \ No newline at end of file From 8755abc217c1b5c4d5ff953b8b67326c1b5f9e5a Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:12:53 +0000 Subject: [PATCH 2/2] update via UI --- ingestion-data/staging/dataset-config/snowday.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/snowday.json b/ingestion-data/staging/dataset-config/snowday.json index e1ae1e84..ab1c2d37 100644 --- a/ingestion-data/staging/dataset-config/snowday.json +++ b/ingestion-data/staging/dataset-config/snowday.json @@ -57,6 +57,6 @@ }, "collection": "snow day", "title": "test", - "license": "tst", + "license": "test", "description": "test description" } \ No newline at end of file