From c1b0aa00e82c8545b70ea045154c2602805b7f23 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 13:32:15 +0000 Subject: [PATCH 1/4] Create ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json --- .../sentinel2-truecolor-daily.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json new file mode 100644 index 0000000..bb7eec9 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json @@ -0,0 +1,96 @@ +{ + "collection": "sentinel2-truecolor-daily", + "title": "Sentinel-2 TrueColor (Daily)", + "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands. This collection contains daily composites 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-2/trueColor", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*_day\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "sentinel2-truecolor-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": { + "ColorIR": { + "title": "TrueColor", + "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands.", + "regex": ".*trueColor.*_day\\.tif$" + } + }, + "collection": "sentinel2-truecolor-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": [ + "trueColor" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + }, + "trueColor": { + "assets": [ + "trueColor" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "item_assets": { + "ColorIR": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Color Infrared", + "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands." + } + } +} \ No newline at end of file From 3e43c7a3e093776114aa89ffc3b221120b34300e 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 13:34:46 +0000 Subject: [PATCH 2/4] update via UI --- .../staging/dataset-config/sentinel2-truecolor-daily.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json index bb7eec9..0fc3567 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json @@ -21,7 +21,7 @@ "discovery_items": [ { "discovery": "s3", - "prefix": "ProgramData/Sentinel-2/trueColor", + "prefix": "ProgramData/Sentinel-2/TrueColor", "bucket": "nasa-disasters-staging", "filename_regex": ".*_day\\.tif$", "datetime_range": "day", From 2040561409c8e66f0e7688ba0da7db9515fdd229 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 13:50:58 +0000 Subject: [PATCH 3/4] update via UI --- .../staging/dataset-config/sentinel2-truecolor-daily.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json index 0fc3567..c486ba0 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json @@ -52,7 +52,7 @@ "renders": { "dashboard": { "assets": [ - "trueColor" + "truecolor" ], "bidx": [ 1, @@ -61,9 +61,9 @@ ], "nodata": 0 }, - "trueColor": { + "truecolor": { "assets": [ - "trueColor" + "truecolor" ], "bidx": [ 1, @@ -83,7 +83,7 @@ } ], "item_assets": { - "ColorIR": { + "truecolor": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", "roles": [ "data", From e8c0c3ae43ba33e6967ceb0436cea803dcc7c450 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 14:08:00 +0000 Subject: [PATCH 4/4] update via UI --- .../staging/dataset-config/sentinel2-truecolor-daily.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json index c486ba0..2130bab 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-daily.json @@ -35,7 +35,7 @@ "dry_run": false, "use_multithreading": false, "assets": { - "ColorIR": { + "truecolor": { "title": "TrueColor", "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands.", "regex": ".*trueColor.*_day\\.tif$"