From 67c8845154093d900e7756ffd59bbe21c565a088 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 16:31:49 +0000 Subject: [PATCH] Create ingestion-data/staging/dataset-config/sentinel1-sar-rgb-daily.json --- .../sentinel1-sar-rgb-daily.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel1-sar-rgb-daily.json diff --git a/ingestion-data/staging/dataset-config/sentinel1-sar-rgb-daily.json b/ingestion-data/staging/dataset-config/sentinel1-sar-rgb-daily.json new file mode 100644 index 0000000..374e4f7 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel1-sar-rgb-daily.json @@ -0,0 +1,96 @@ +{ + "collection": "sentinel1-sar-rgb-daily", + "title": "Sentinel-1 SAR RGB", + "description": "Three-band RGB SAR composite from Sentinel-1 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-1/RGB", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "sentinel1-sar-rgb-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": { + "rgb": { + "title": "SAR RGB", + "description": "Three-band RGB SAR composite from Sentinel-1 combining red, green, and blue bands.", + "regex": ".*rgb.*_day\\.tif$" + } + }, + "collection": "sentinel1-sar-rgb-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": [ + "rgb" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + }, + "rgb": { + "assets": [ + "rgb" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "item_assets": { + "rgb": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "SAR RGB", + "description": "Three-band RGB SAR composite from Sentinel-1 combining red, green, and blue bands." + } + } +} \ No newline at end of file