From 8507ce336e88ecb8f1a57a25c99f20279477f665 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:59:07 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json --- .../dataset-config/opera-dnbr-subdaily.json | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json diff --git a/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json b/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json new file mode 100644 index 0000000..02731c2 --- /dev/null +++ b/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json @@ -0,0 +1,104 @@ +{ + "collection": "opera-dnbr-subdaily", + "title": "OPERA dNBR Subdaily", + "description": "OPERA differenced Normalized Burn Ratio product for subdaily burn severity and fire impact mapping.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_interval": "PT1S", + "links": [], + "spatial_extent": { + "xmin": -125, + "ymin": 24, + "xmax": -66, + "ymax": 49 + }, + "temporal_extent": { + "startdate": "2020-01-01T00:00:00Z", + "enddate": null + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "ProgramData/OPERA/dNBR/", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2}T\\d{2}-\\d{2}-\\d{2}).*\\.tif$", + "id_template": "opera-dnbr-subdaily-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "assets": { + "dnbr": { + "title": "dNBR", + "description": "Differenced Normalized Burn Ratio product for burn severity and fire impact mapping.", + "regex": ".*(dnbr).*\\.tif$" + } + }, + "use_multithreading": false, + "collection": "opera-dnbr-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" + ], + "item_assets": { + "dnbr": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "dNBR", + "description": "Differenced Normalized Burn Ratio product for burn severity and fire impact mapping." + } + }, + "renders": { + "dashboard": { + "assets": [ + "dnbr" + ], + "bidx": [ + 1 + ], + "nodata": 0, + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "greys" + }, + "dnbr": { + "assets": [ + "dnbr" + ], + "bidx": [ + 1 + ], + "nodata": 0, + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "greys" + } + }, + "providers": [ + { + "name": "NASA Disasters Program", + "roles": [ + "host" + ], + "url": "https://disasters.openveda.cloud" + } + ] +} \ No newline at end of file From f44bf261403736968241ef26f5969c3258c8f882 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:08:32 +0000 Subject: [PATCH 2/2] update via UI --- .../staging/dataset-config/opera-dnbr-subdaily.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json b/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json index 02731c2..92c404e 100644 --- a/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json +++ b/ingestion-data/staging/dataset-config/opera-dnbr-subdaily.json @@ -66,7 +66,7 @@ "bidx": [ 1 ], - "nodata": 0, + "nodata": -9999, "rescale": [ [ -1, @@ -82,7 +82,7 @@ "bidx": [ 1 ], - "nodata": 0, + "nodata": -9999, "rescale": [ [ -1,