From 4ffc7836f0d9a753d6713b4d6ea2b1cb1f7b0b87 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:58:37 +0000 Subject: [PATCH 1/3] Create ingestion-data/staging/dataset-config/Tornado_Hail_2011.json --- .../dataset-config/Tornado_Hail_2011.json | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/Tornado_Hail_2011.json diff --git a/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json b/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json new file mode 100644 index 00000000..ad1712dd --- /dev/null +++ b/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json @@ -0,0 +1,81 @@ +{ + "collection": "Tornado_Hail_2011", + "title": "NCEI Hail Reports for 04/27/2011", + "description": "NCEI Storm Events Database hail reports exceeding 1 inch 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": "(.*)Hail_Reports_COG_(.*).tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Tornadoes2011/COG/Hail_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": "greens", + "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 5c422de305f0a799c1e8ac5fb1dd28e106309964 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 08:56:46 -0600 Subject: [PATCH 2/3] Apply suggestions from code review --- .../staging/dataset-config/Tornado_Hail_2011.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json b/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json index ad1712dd..dbd594f0 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Hail_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": [ + [ + 1, + 2.75 + ] + ], "colormap_name": "greens", "nodata": "-999", "assets": [ @@ -77,5 +83,4 @@ ] } }, - "tenant": [] } \ No newline at end of file From 1f4e0069cd655517bac61b76994afd8640974c24 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 08:59:46 -0600 Subject: [PATCH 3/3] Update ingestion-data/staging/dataset-config/Tornado_Hail_2011.json --- ingestion-data/staging/dataset-config/Tornado_Hail_2011.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json b/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json index dbd594f0..050a4146 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Hail_2011.json @@ -82,5 +82,5 @@ "thumbnail" ] } - }, + } } \ No newline at end of file