From bcc60c91a4bd9df916071805b9eb5ec38f615bc1 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:46:06 +0000 Subject: [PATCH 1/6] Create ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json --- .../dataset-config/Tornado_Tracks_2011.json | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json new file mode 100644 index 00000000..0c2020f1 --- /dev/null +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json @@ -0,0 +1,80 @@ +{ + "collection": "Tornado_Tracks_2011", + "title": "NWS Tornado Tracks for April 27th, 2011", + "description": "Official NWS surveyed tornado tracks from April 27th, 2011. Only the centerline of the tornado paths, classified by maximum EF rating.", + "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": "(.*)Tornado_Tracks_COG_(.*).tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Tornadoes2011/COG/Tornado_Tracks_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": "tornado_ef_scale", + "nodata": "0", + "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://veda-thumbnails.s3.us-west-2.amazonaws.com/tornado_2011_Background.jpg", + "type": "image/jpg", + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file From 522d5a96d5d6a30accc5389c4bfd0fafc40185c9 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:04:09 +0000 Subject: [PATCH 2/6] update via UI --- .../staging/dataset-config/Tornado_Tracks_2011.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json index 0c2020f1..f486be7d 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json @@ -49,7 +49,10 @@ "bidx": [ 1 ], - "rescale": [], + "rescale": [ + 0, + 255 + ], "colormap_name": "tornado_ef_scale", "nodata": "0", "assets": [ From 1fb0ccf6b8a9af96b207f8c84d4e300afa973d16 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:06:20 +0000 Subject: [PATCH 3/6] update via UI --- .../staging/dataset-config/Tornado_Tracks_2011.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json index f486be7d..0c2020f1 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json @@ -49,10 +49,7 @@ "bidx": [ 1 ], - "rescale": [ - 0, - 255 - ], + "rescale": [], "colormap_name": "tornado_ef_scale", "nodata": "0", "assets": [ From fbfcf095c1f27b7b9cd167239b22106a82d199c1 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:09:14 +0000 Subject: [PATCH 4/6] update via UI --- ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json index 0c2020f1..a563ed4b 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json @@ -70,7 +70,7 @@ "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://veda-thumbnails.s3.us-west-2.amazonaws.com/tornado_2011_Background.jpg", + "href": "https://thumbnails.openveda.cloud/tornado_2011_Background.jpg", "type": "image/jpg", "roles": [ "thumbnail" From 6d650e0d43dfa611dab62d863dce30e945bcb2a5 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:05:25 +0000 Subject: [PATCH 5/6] update via UI --- ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json index a563ed4b..5908ff7e 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json @@ -76,5 +76,6 @@ "thumbnail" ] } - } + }, + "tenant": [] } \ No newline at end of file From 2fd412936cd740ae98a26c5d8dbbdcaa6ee02171 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 30 Sep 2025 09:56:13 -0600 Subject: [PATCH 6/6] Apply suggestions from code review --- .../staging/dataset-config/Tornado_Tracks_2011.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json b/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json index 5908ff7e..ce3bdbac 100644 --- a/ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json +++ b/ingestion-data/staging/dataset-config/Tornado_Tracks_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,6 @@ "bidx": [ 1 ], - "rescale": [], "colormap_name": "tornado_ef_scale", "nodata": "0", "assets": [ @@ -76,6 +76,5 @@ "thumbnail" ] } - }, - "tenant": [] + } } \ No newline at end of file