From 56522d9afc7c7d6f6aa91b26c2aaabcd4588328c Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:57:36 +0000 Subject: [PATCH 1/4] Create ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json --- .../sentinel2-mndwi-subdaily.json | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json diff --git a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json new file mode 100644 index 0000000..c8d1073 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json @@ -0,0 +1,104 @@ +{ + "collection": "sentinel2-mndwi-subdaily", + "title": "Sentinel-2 mNDWI (Subdaily)", + "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2, using the green and shortwave IR bands ([B3-B11]/[B3+B11]).", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_interval": "PT1S", + "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-2/mNDWI", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*Z\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z)\\.tif$", + "id_template": "sentinel2-mndwi-subdaily-{}", + "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": { + "mndwi": { + "title": "mNDWI", + "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2.", + "regex": ".*mNDWI.*\\.tif$" + } + }, + "collection": "sentinel2-mndwi-subdaily" + } + ], + "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": [ + "mndwi" + ], + "bidx": [ + 1 + ], + "nodata": -9999, + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "bwr_r" + }, + "mndwi": { + "assets": [ + "mndwi" + ], + "bidx": [ + 1 + ], + "nodata": -9999, + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "bwr_r" + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "item_assets": { + "mndwi": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Color Infrared", + "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2." + } + } +} \ No newline at end of file From 66cbba8e861b19e270b6e18bb5ad5afe42a103a6 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:35:42 +0000 Subject: [PATCH 2/4] update via UI --- .../sentinel2-mndwi-subdaily.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json index c8d1073..c70ba8d 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json @@ -31,7 +31,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "mndwi": { "title": "mNDWI", @@ -39,6 +38,7 @@ "regex": ".*mNDWI.*\\.tif$" } }, + "use_multithreading": false, "collection": "sentinel2-mndwi-subdaily" } ], @@ -47,10 +47,21 @@ "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": { + "mndwi": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Color Infrared", + "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2." + } + }, "renders": { "dashboard": { "assets": [ - "mndwi" + "brbg" ], "bidx": [ 1 @@ -66,7 +77,7 @@ }, "mndwi": { "assets": [ - "mndwi" + "brbg" ], "bidx": [ 1 @@ -89,16 +100,5 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ], - "item_assets": { - "mndwi": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "Color Infrared", - "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2." - } - } + ] } \ No newline at end of file From c68cc660bb9f776c21da96891a48975170cde1ac Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:38:54 +0000 Subject: [PATCH 3/4] update via UI --- .../staging/dataset-config/sentinel2-mndwi-subdaily.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json index c70ba8d..00445c5 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json @@ -61,7 +61,7 @@ "renders": { "dashboard": { "assets": [ - "brbg" + "mndwi" ], "bidx": [ 1 @@ -73,11 +73,11 @@ 1 ] ], - "colormap_name": "bwr_r" + "colormap_name": "brbg" }, "mndwi": { "assets": [ - "brbg" + "mndwi" ], "bidx": [ 1 @@ -89,7 +89,7 @@ 1 ] ], - "colormap_name": "bwr_r" + "colormap_name": "brbg" } }, "providers": [ From 5d5571ef0c275d0246b49075824841bce90332c6 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:26:55 +0000 Subject: [PATCH 4/4] update via UI --- .../sentinel2-mndwi-subdaily.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json index 00445c5..cbf5a27 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-mndwi-subdaily.json @@ -31,6 +31,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "mndwi": { "title": "mNDWI", @@ -38,7 +39,6 @@ "regex": ".*mNDWI.*\\.tif$" } }, - "use_multithreading": false, "collection": "sentinel2-mndwi-subdaily" } ], @@ -47,17 +47,6 @@ "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": { - "mndwi": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "Color Infrared", - "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2." - } - }, "renders": { "dashboard": { "assets": [ @@ -94,11 +83,22 @@ }, "providers": [ { - "name": "NASA VEDA", + "name": "ESA", "roles": [ "host" ], - "url": "https://www.earthdata.nasa.gov/dashboard/" + "url": "https://www.esa.int" + } + ], + "item_assets": { + "mndwi": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Color Infrared", + "description": "Modified Normalized Difference Water Index (mNWDI) from Sentinel-2." } - ] + } } \ No newline at end of file