From cef646fe8adec8426dd3d60322887f801b7348a5 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:45:49 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json --- .../sentinel2-truecolor-subdaily.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json new file mode 100644 index 0000000..1dbb017 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json @@ -0,0 +1,94 @@ +{ + "collection": "sentinel2-truecolor-subdaily", + "title": "Sentinel-2 TrueColor (Subdaily)", + "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "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": ".*Z\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z)\\.tif$", + "id_template": "sentinel2-truecolor-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": { + "truecolor": { + "title": "TrueColor", + "description": "Three-band TrueColor composite from Sentinel-2 combining red, green, and blue bands.", + "regex": ".*trueColor.*\\.tif$" + } + }, + "collection": "sentinel2-truecolor-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": [ + "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": { + "truecolor": { + "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 b7fc2111fec51b86122a4eca0210c5248cbd88f8 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:54:09 +0000 Subject: [PATCH 2/2] update via UI --- .../sentinel2-truecolor-subdaily.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json b/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json index 1dbb017..0c370cc 100644 --- a/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json +++ b/ingestion-data/staging/dataset-config/sentinel2-truecolor-subdaily.json @@ -5,7 +5,7 @@ "license": "CC0-1.0", "stac_version": "1.0.0", "dashboard:is_periodic": false, - "dashboard:time_interval": "P1D", + "dashboard:time_interval": "PT1S", "links": [], "spatial_extent": { "xmin": -180, @@ -31,7 +31,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "truecolor": { "title": "TrueColor", @@ -39,6 +38,7 @@ "regex": ".*trueColor.*\\.tif$" } }, + "use_multithreading": false, "collection": "sentinel2-truecolor-subdaily" } ], @@ -47,6 +47,17 @@ "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": { + "truecolor": { + "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." + } + }, "renders": { "dashboard": { "assets": [ @@ -79,16 +90,5 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ], - "item_assets": { - "truecolor": { - "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