From 76c297959885cf3c932064b195824bcc4ce7dcb9 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:36:34 +0000 Subject: [PATCH 1/3] Create ingestion-data/staging/dataset-config/blizzard-alley.json --- .../dataset-config/blizzard-alley.json | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/blizzard-alley.json diff --git a/ingestion-data/staging/dataset-config/blizzard-alley.json b/ingestion-data/staging/dataset-config/blizzard-alley.json new file mode 100644 index 0000000..7225cf0 --- /dev/null +++ b/ingestion-data/staging/dataset-config/blizzard-alley.json @@ -0,0 +1,87 @@ +{ + "collection": "blizzard-alley", + "title": "Blizzard Alley", + "description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "links": [], + "spatial_extent": { + "xmin": -105.3, + "ymin": 36.8, + "xmax": -89.4, + "ymax": 49.8 + }, + "temporal_extent": { + "startdate": "1950-01-01T00:00:00Z", + "enddate": "1950-01-01T23:59:59Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "Blizzards/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)BlizzardAlley_(.*).tif$", + "use_multithreading": false, + "upload": false, + "cogify": false, + "dry_run": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Blizzards/BlizzardAlley_1950-01-01.tif" + ], + "data_type": "cog", + "stac_extensions": [ + "https://stac-extensions.github.io/render/v1.0.0/schema.json", + "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" + ], + "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" + } + }, + "renders": { + "dashboard": { + "colormap": { + "0": [ + 22, + 158, + 242, + 255 + ] + }, + "assets": [ + "cog_default" + ], + "title": "VEDA Dashboard Render Parameters" + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "description": "Photo by Andrew Blackford (Near-blizzard conditions in Maria Stein, Ohio on December 23, 2022)", + "href": "https://thumbnails.openveda.cloud/blizzards-cover.png", + "type": "image/png", + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file From ae4c7ba3c2418e01da5d7888aaa9efce4702fedb Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:48:09 +0000 Subject: [PATCH 2/3] update via UI --- ingestion-data/staging/dataset-config/blizzard-alley.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/blizzard-alley.json b/ingestion-data/staging/dataset-config/blizzard-alley.json index 7225cf0..88b4d2c 100644 --- a/ingestion-data/staging/dataset-config/blizzard-alley.json +++ b/ingestion-data/staging/dataset-config/blizzard-alley.json @@ -1,7 +1,7 @@ { "collection": "blizzard-alley", "title": "Blizzard Alley", - "description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period.", + "description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period. test", "license": "CC0-1.0", "stac_version": "1.0.0", "dashboard:is_periodic": false, From 0a84dc0cac8c8c721aa5c6c5c3114e5bdc9d5c63 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:24:29 +0000 Subject: [PATCH 3/3] update via UI --- ingestion-data/staging/dataset-config/blizzard-alley.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/blizzard-alley.json b/ingestion-data/staging/dataset-config/blizzard-alley.json index 88b4d2c..a0a2753 100644 --- a/ingestion-data/staging/dataset-config/blizzard-alley.json +++ b/ingestion-data/staging/dataset-config/blizzard-alley.json @@ -1,7 +1,7 @@ { "collection": "blizzard-alley", "title": "Blizzard Alley", - "description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period. test", + "description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period. test.", "license": "CC0-1.0", "stac_version": "1.0.0", "dashboard:is_periodic": false,