From 90cdb0be6f64650ead7b5ec2a9ea2efd2d353a7c Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:21:40 +0000 Subject: [PATCH 1/4] Create ingestion-data/staging/dataset-config/Tornado_Wind_2011.json --- .../dataset-config/Tornado_Wind_2011.json | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/Tornado_Wind_2011.json diff --git a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json new file mode 100644 index 00000000..133c1084 --- /dev/null +++ b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json @@ -0,0 +1,81 @@ +{ + "collection": "Tornado_Wind_2011", + "title": "NCEI Wind Gusts for 04/27/2011", + "description": "NCEI Storm Events Database wind gusts exceeding 60mph for the Super Outbreak on April 27th, 2011", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:time_density": "day", + "links": [], + "spatial_extent": { + "xmin": -88.099365, + "ymin": 33.105347, + "xmax": -86.259155, + "ymax": 35.021 + }, + "temporal_extent": { + "startdate": "2011-04-27T00:00:00.000Z", + "enddate": "2011-04-27T23:59:59.000Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "Tornadoes2011/COG", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)Wind_Reports_COG_(.*).tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Tornadoes2011/COG/Wind_Reports_COG_2011-04-27.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": { + "bidx": [ + 1 + ], + "rescale": [], + "colormap_name": "bupu", + "nodata": "-999", + "assets": [ + "cog_default" + ] + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "description": "Aerial View of Scope of 2011 Tuscaloosa Tornado Damage Path from the National Weather Service Damage Assessment Team in Birmingham", + "href": "https://thumbnails.openveda.cloud/tornado_2011_Background.jpg", + "type": "image/jpg", + "roles": [ + "thumbnail" + ] + } + }, + "tenant": [] +} \ No newline at end of file From c17b81929e4ae92b8422c07a462531b8b77d504e Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 09:11:41 -0600 Subject: [PATCH 2/4] Apply suggestions from code review --- .../staging/dataset-config/Tornado_Wind_2011.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json index 133c1084..41158da9 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json @@ -5,6 +5,7 @@ "license": "CC0-1.0", "stac_version": "1.0.0", "dashboard:time_density": "day", + "dashboard:is_periodic": false, "links": [], "spatial_extent": { "xmin": -88.099365, @@ -13,8 +14,8 @@ "ymax": 35.021 }, "temporal_extent": { - "startdate": "2011-04-27T00:00:00.000Z", - "enddate": "2011-04-27T23:59:59.000Z" + "startdate": "2011-04-27T00:00:00Z", + "enddate": "2011-04-27T23:59:59Z" }, "discovery_items": [ { @@ -49,7 +50,12 @@ "bidx": [ 1 ], - "rescale": [], + "rescale": [ + [ + 0, + 75 + ] + ], "colormap_name": "bupu", "nodata": "-999", "assets": [ @@ -76,6 +82,5 @@ "thumbnail" ] } - }, - "tenant": [] + } } \ No newline at end of file From c2f22ac82fe7673cd637f2e29df0f556cd5c00aa Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 09:18:51 -0600 Subject: [PATCH 3/4] Update ingestion-data/staging/dataset-config/Tornado_Wind_2011.json --- ingestion-data/staging/dataset-config/Tornado_Wind_2011.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json index 41158da9..a4490847 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json @@ -57,7 +57,6 @@ ] ], "colormap_name": "bupu", - "nodata": "-999", "assets": [ "cog_default" ] From 9c5d558f578b3a7087820317ab49f05c257808f0 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 09:48:47 -0600 Subject: [PATCH 4/4] Update ingestion-data/staging/dataset-config/Tornado_Wind_2011.json --- ingestion-data/staging/dataset-config/Tornado_Wind_2011.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json index a4490847..6ec6f90f 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Wind_2011.json @@ -52,10 +52,11 @@ ], "rescale": [ [ - 0, + 60, 75 ] ], + "nodata": "0", "colormap_name": "bupu", "assets": [ "cog_default"