From d28bd8883532bdad6df1c3a5dc40f52e9b56d167 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:24:12 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json --- .../gaia-january2025-wood-composite-tmp.json | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json new file mode 100644 index 0000000..a10edc9 --- /dev/null +++ b/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json @@ -0,0 +1,106 @@ +{ + "collection": "gaia-january2025-wood-composite-tmp", + "title": "GAIA Gridded Building Exposure [Wood]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis. The dataset provides a gridded representation of built-up areas worldwide in square meters. At each pixel, the value is a modeled value that represents total built-up area for the grid cell. It does not represent actual buildings in the grid cell.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "month", + "dashboard:time_interval": "P1M", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "2025-01-01T00:00:00Z", + "enddate": "2026-12-31T00:00:00Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "ProgramData/test", + "bucket": "nasa-disasters", + "filename_regex": ".*gaia-low-durability-wood-framed-\\d+_\\d{4}-\\d{2}_monthly\\.tif$", + "datetime_range": "month", + "id_regex": ".*gaia-low-durability-wood-framed-\\d+_(\\d{4}-\\d{2})_monthly\\.tif$", + "id_template": "gaia-january2025-wood-composite-tmp-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "assets": { + "wood": { + "title": "GAIA Gridded Building Exposure [Wood]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis", + "regex": ".*gaia-low-durability-wood-framed-\\d+_\\d{4}-\\d{2}_monthly\\.tif$" + } + }, + "use_multithreading": false, + "collection": "gaia-january2025-wood-composite-tmp" + } + ], + "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": { + "wood": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Wood]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" + } + }, + "renders": { + "dashboard": { + "assets": [ + "wood" + ], + "bidx": [ + 1 + ], + "colormap_name": "rdylgn_r", + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ] + }, + "wood": { + "assets": [ + "wood" + ], + "bidx": [ + 1 + ], + "colormap_name": "rdylgn_r", + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ] + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ] +} \ No newline at end of file From b1e090772823f6a8b90a529a39e785a0942d60a1 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:26:46 +0000 Subject: [PATCH 2/2] update via UI --- .../dataset-config/gaia-january2025-wood-composite-tmp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json index a10edc9..f28ce69 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-wood-composite-tmp.json @@ -23,7 +23,7 @@ "discovery": "s3", "prefix": "ProgramData/test", "bucket": "nasa-disasters", - "filename_regex": ".*gaia-low-durability-wood-framed-\\d+_\\d{4}-\\d{2}_monthly\\.tif$", + "filename_regex": ".*wood.*.tif$", "datetime_range": "month", "id_regex": ".*gaia-low-durability-wood-framed-\\d+_(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-wood-composite-tmp-{}", @@ -37,7 +37,7 @@ "wood": { "title": "GAIA Gridded Building Exposure [Wood]", "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis", - "regex": ".*gaia-low-durability-wood-framed-\\d+_\\d{4}-\\d{2}_monthly\\.tif$" + "regex": ".*wood.*.tif$" } }, "use_multithreading": false,