From 3ad12cdc1a79b617abad22faea4a7d55d980673e Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:45:33 +0000 Subject: [PATCH 1/3] Create ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json --- .../sentinel1-hydrosar-wm-daily.json | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json diff --git a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json new file mode 100644 index 0000000..db84d52 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json @@ -0,0 +1,156 @@ +{ + "collection": "sentinel1-hydrosar-wm-daily", + "title": "Sentinel-1 HydroSAR Water Mask", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility. This collection contains daily change masks aggregated to a single image per day.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "dashboard:time_interval": "P1D", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "2020-01-01T00:00:00Z", + "enddate": null + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "ProgramData/Sentinel-1/HydroSAR_WM", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "sentinel1-hydrosar-wm-daily-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "use_multithreading": false, + "assets": { + "wm": { + "title": "HydroSAR WM", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility.", + "regex": ".*WM.*_day\\.tif$" + } + }, + "collection": "sentinel1-hydrosar-wm-daily" + } + ], + "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" + ], + "renders": { + "dashboard": { + "assets": [ + "wm" + ], + "bidx": [ + 1 + ], + "nodata": 255, + "rescale": [ + [ + 0, + 3 + ] + ], + "colormap": { + "0": [ + 0, + 102, + 255, + 255 + ], + "1": [ + 255, + 0, + 0, + 255 + ], + "2": [ + 51, + 179, + 0, + 255 + ], + "3": [ + 230, + 155, + 0, + 255 + ] + } + }, + "wm": { + "assets": [ + "wm" + ], + "bidx": [ + 1 + ], + "nodata": 255, + "rescale": [ + [ + 0, + 3 + ] + ], + "colormap": { + "0": [ + 0, + 102, + 255, + 255 + ], + "1": [ + 255, + 0, + 0, + 255 + ], + "2": [ + 51, + 179, + 0, + 255 + ], + "3": [ + 230, + 155, + 0, + 255 + ] + } + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "item_assets": { + "wm": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "HydroSAR Water Mask", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility." + } + } +} \ No newline at end of file From 84daf9d57cad225eb3a3193676978516da79eb2c Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:49:16 +0000 Subject: [PATCH 2/3] update via UI --- .../sentinel1-hydrosar-wm-daily.json | 80 +++++++------------ 1 file changed, 31 insertions(+), 49 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json index db84d52..5fa5535 100644 --- a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json +++ b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json @@ -52,83 +52,65 @@ "renders": { "dashboard": { "assets": [ - "wm" + "hydrosar-wm" ], "bidx": [ 1 ], - "nodata": 255, - "rescale": [ - [ - 0, - 3 - ] - ], + "nodata": 0, + "resampling": "nearest", "colormap": { - "0": [ - 0, - 102, - 255, - 255 - ], "1": [ - 255, - 0, - 0, - 255 + 1, + 92, + 230 ], "2": [ - 51, - 179, + 255, 0, - 255 + 0 ], "3": [ + 56, + 168, + 1 + ], + "4": [ 230, - 155, - 0, - 255 + 151, + 2 ] } }, - "wm": { + "hydrosar-wm": { "assets": [ - "wm" + "hydrosar-wm" ], "bidx": [ 1 ], - "nodata": 255, - "rescale": [ - [ - 0, - 3 - ] - ], + "nodata": 0, + "resampling": "nearest", "colormap": { - "0": [ - 0, - 102, - 255, - 255 - ], "1": [ - 255, - 0, - 0, - 255 + 1, + 92, + 230 ], "2": [ - 51, - 179, + 255, 0, - 255 + 0 ], "3": [ + 56, + 168, + 1 + ], + "4": [ 230, - 155, - 0, - 255 + 151, + 2 ] } } From 4a5fe172090524a06b1a0ce08ab1372ec2db2cde Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:26:58 +0000 Subject: [PATCH 3/3] update via UI --- .../sentinel1-hydrosar-wm-daily.json | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json index 5fa5535..e63662a 100644 --- a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json +++ b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-daily.json @@ -38,7 +38,7 @@ "wm": { "title": "HydroSAR WM", "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility.", - "regex": ".*WM.*_day\\.tif$" + "regex": ".*S1_WM.*_day\\.tif$" } }, "collection": "sentinel1-hydrosar-wm-daily" @@ -52,7 +52,7 @@ "renders": { "dashboard": { "assets": [ - "hydrosar-wm" + "wm" ], "bidx": [ 1 @@ -63,28 +63,32 @@ "1": [ 1, 92, - 230 + 230, + 255 ], "2": [ 255, 0, - 0 + 0, + 255 ], "3": [ 56, 168, - 1 + 1, + 255 ], "4": [ 230, 151, - 2 + 2, + 255 ] } }, - "hydrosar-wm": { + "wm": { "assets": [ - "hydrosar-wm" + "wm" ], "bidx": [ 1 @@ -95,22 +99,26 @@ "1": [ 1, 92, - 230 + 230, + 255 ], "2": [ 255, 0, - 0 + 0, + 255 ], "3": [ 56, 168, - 1 + 1, + 255 ], "4": [ 230, 151, - 2 + 2, + 255 ] } }