From 59529edfb9bf9be832ca8484b70fd282f03d468e Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:53:29 +0000 Subject: [PATCH] Create ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-iw-dvr-subdaily.json --- ...sentinel1-hydrosar-wm-iw-dvr-subdaily.json | 144 ++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-iw-dvr-subdaily.json diff --git a/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-iw-dvr-subdaily.json b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-iw-dvr-subdaily.json new file mode 100644 index 0000000..8875f62 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sentinel1-hydrosar-wm-iw-dvr-subdaily.json @@ -0,0 +1,144 @@ +{ + "collection": "sentinel1-hydrosar-wm-iw-dvr-subdaily", + "title": "Sentinel-1 HydroSAR Water Extents", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility. This collection contains subdaily water extent identifications for open water, flooded developed, flooded vegetation, and flooded cropland.", + "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-1/HydroSAR_WM", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z)\\.tif$", + "id_template": "sentinel1-hydrosar-wm-iw-dvr-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": { + "dvr": { + "title": "HydroSAR Water Mask (WM)", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility.", + "regex": ".*IW_DVR.*\\.tif$" + } + }, + "collection": "sentinel1-hydrosar-wm-iw-dvr-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": [ + "dvr" + ], + "bidx": [ + 1 + ], + "nodata": 0, + "resampling": "nearest", + "colormap": { + "1": [ + 1, + 92, + 230, + 255 + ], + "2": [ + 255, + 0, + 0, + 255 + ], + "3": [ + 56, + 168, + 1, + 255 + ], + "4": [ + 230, + 151, + 2, + 255 + ] + } + }, + "dvr": { + "assets": [ + "dvr" + ], + "bidx": [ + 1 + ], + "nodata": 0, + "resampling": "nearest", + "colormap": { + "1": [ + 1, + 92, + 230, + 255 + ], + "2": [ + 255, + 0, + 0, + 255 + ], + "3": [ + 56, + 168, + 1, + 255 + ], + "4": [ + 230, + 151, + 2, + 255 + ] + } + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "item_assets": { + "dvr": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "HydroSAR Water Mask (WM)", + "description": "Post-incident water extents derived from Sentinel 1 SAR by the Alaskan Satellite Facility." + } + } +} \ No newline at end of file