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 01/13] 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 02/13] 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, From f842651f5489b3962af9ed1fe9a39fb33a47822c Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:53:09 +0000 Subject: [PATCH 03/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 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 f28ce69..50b60d9 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 @@ -33,6 +33,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "wood": { "title": "GAIA Gridded Building Exposure [Wood]", @@ -40,7 +41,6 @@ "regex": ".*wood.*.tif$" } }, - "use_multithreading": false, "collection": "gaia-january2025-wood-composite-tmp" } ], @@ -49,17 +49,6 @@ "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": [ @@ -68,7 +57,7 @@ "bidx": [ 1 ], - "colormap_name": "rdylgn_r", + "colormap_name": "turbo", "nodata": -9999, "rescale": [ [ @@ -102,5 +91,16 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ] + ], + "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" + } + } } \ No newline at end of file From 1875a5e51042b020f0380e185d1788fccf98d216 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:04:23 +0000 Subject: [PATCH 04/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 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 50b60d9..e538ba9 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 @@ -33,7 +33,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "wood": { "title": "GAIA Gridded Building Exposure [Wood]", @@ -41,6 +40,7 @@ "regex": ".*wood.*.tif$" } }, + "use_multithreading": false, "collection": "gaia-january2025-wood-composite-tmp" } ], @@ -49,6 +49,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": { + "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": [ @@ -73,7 +84,7 @@ "bidx": [ 1 ], - "colormap_name": "rdylgn_r", + "colormap_name": "turbo", "nodata": -9999, "rescale": [ [ @@ -91,16 +102,5 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ], - "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" - } - } + ] } \ No newline at end of file From 127b472da3e563a5aa714dd3009a1c1c26b1a5aa Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:08:41 +0000 Subject: [PATCH 05/13] 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 e538ba9..35bfecc 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 @@ -73,7 +73,7 @@ "rescale": [ [ 0, - 50000 + 450000 ] ] }, @@ -89,7 +89,7 @@ "rescale": [ [ 0, - 50000 + 450000 ] ] } From deb9dd7d5f3fab94837c3d6df4c08bc21b847ee3 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:15:24 +0000 Subject: [PATCH 06/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 208 +++++++++++++++++- 1 file changed, 196 insertions(+), 12 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 35bfecc..aadf6c0 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 @@ -68,14 +68,106 @@ "bidx": [ 1 ], - "colormap_name": "turbo", - "nodata": -9999, - "rescale": [ + "colormap": [ + [ + [ + 0, + 25000 + ], + [ + 63, + 42, + 107, + 255 + ] + ], + [ + [ + 25000, + 50000 + ], + [ + 62, + 134, + 158, + 255 + ] + ], + [ + [ + 50000, + 75000 + ], + [ + 115, + 192, + 195, + 255 + ] + ], + [ + [ + 75000, + 100000 + ], + [ + 195, + 224, + 156, + 255 + ] + ], [ - 0, - 450000 + [ + 100000, + 150000 + ], + [ + 247, + 233, + 156, + 255 + ] + ], + [ + [ + 150000, + 300000 + ], + [ + 243, + 197, + 86, + 255 + ] + ], + [ + [ + 300000, + 450000 + ], + [ + 231, + 142, + 65, + 255 + ] + ], + [ + [ + 450000, + 10000000 + ], + [ + 207, + 73, + 49, + 255 + ] ] - ] + ], + "nodata": -9999, + "resampling": "nearest" }, "wood": { "assets": [ @@ -84,14 +176,106 @@ "bidx": [ 1 ], - "colormap_name": "turbo", - "nodata": -9999, - "rescale": [ + "colormap": [ + [ + [ + 0, + 25000 + ], + [ + 63, + 42, + 107, + 255 + ] + ], + [ + [ + 25000, + 50000 + ], + [ + 62, + 134, + 158, + 255 + ] + ], + [ + [ + 50000, + 75000 + ], + [ + 115, + 192, + 195, + 255 + ] + ], + [ + [ + 75000, + 100000 + ], + [ + 195, + 224, + 156, + 255 + ] + ], [ - 0, - 450000 + [ + 100000, + 150000 + ], + [ + 247, + 233, + 156, + 255 + ] + ], + [ + [ + 150000, + 300000 + ], + [ + 243, + 197, + 86, + 255 + ] + ], + [ + [ + 300000, + 450000 + ], + [ + 231, + 142, + 65, + 255 + ] + ], + [ + [ + 450000, + 10000000 + ], + [ + 207, + 73, + 49, + 255 + ] ] - ] + ], + "nodata": -9999, + "resampling": "nearest" } }, "providers": [ From f73777a12dea7ef1cfed7e306bdab615bbf50e4d Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:18:28 +0000 Subject: [PATCH 07/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 202 +----------------- 1 file changed, 4 insertions(+), 198 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 aadf6c0..32981be 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 @@ -68,106 +68,9 @@ "bidx": [ 1 ], - "colormap": [ - [ - [ - 0, - 25000 - ], - [ - 63, - 42, - 107, - 255 - ] - ], - [ - [ - 25000, - 50000 - ], - [ - 62, - 134, - 158, - 255 - ] - ], - [ - [ - 50000, - 75000 - ], - [ - 115, - 192, - 195, - 255 - ] - ], - [ - [ - 75000, - 100000 - ], - [ - 195, - 224, - 156, - 255 - ] - ], - [ - [ - 100000, - 150000 - ], - [ - 247, - 233, - 156, - 255 - ] - ], - [ - [ - 150000, - 300000 - ], - [ - 243, - 197, - 86, - 255 - ] - ], - [ - [ - 300000, - 450000 - ], - [ - 231, - 142, - 65, - 255 - ] - ], - [ - [ - 450000, - 10000000 - ], - [ - 207, - 73, - 49, - 255 - ] - ] - ], "nodata": -9999, - "resampling": "nearest" + "resampling": "nearest", + "colormap": "[[[0,25000],[63,42,107,255]],[[25000,50000],[62,134,158,255]],[[50000,75000],[115,192,195,255]],[[75000,100000],[195,224,156,255]],[[100000,150000],[247,233,156,255]],[[150000,300000],[243,197,86,255]],[[300000,450000],[231,142,65,255]],[[450000,10000000],[207,73,49,255]]]" }, "wood": { "assets": [ @@ -176,106 +79,9 @@ "bidx": [ 1 ], - "colormap": [ - [ - [ - 0, - 25000 - ], - [ - 63, - 42, - 107, - 255 - ] - ], - [ - [ - 25000, - 50000 - ], - [ - 62, - 134, - 158, - 255 - ] - ], - [ - [ - 50000, - 75000 - ], - [ - 115, - 192, - 195, - 255 - ] - ], - [ - [ - 75000, - 100000 - ], - [ - 195, - 224, - 156, - 255 - ] - ], - [ - [ - 100000, - 150000 - ], - [ - 247, - 233, - 156, - 255 - ] - ], - [ - [ - 150000, - 300000 - ], - [ - 243, - 197, - 86, - 255 - ] - ], - [ - [ - 300000, - 450000 - ], - [ - 231, - 142, - 65, - 255 - ] - ], - [ - [ - 450000, - 10000000 - ], - [ - 207, - 73, - 49, - 255 - ] - ] - ], "nodata": -9999, - "resampling": "nearest" + "resampling": "nearest", + "colormap": "[[[0,25000],[63,42,107,255]],[[25000,50000],[62,134,158,255]],[[50000,75000],[115,192,195,255]],[[75000,100000],[195,224,156,255]],[[100000,150000],[247,233,156,255]],[[150000,300000],[243,197,86,255]],[[300000,450000],[231,142,65,255]],[[450000,10000000],[207,73,49,255]]]" } }, "providers": [ From bccb30ac23a0995a077f57e9bf8730ad2dd28085 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:24:45 +0000 Subject: [PATCH 08/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 42 ++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) 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 32981be..30c7ff2 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 @@ -92,5 +92,45 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ] + ], + "dashboard:legend": { + "unit": { + "label": "Building Exposure (Total)" + }, + "type": "categorical", + "stops": [ + { + "color": "#3F2A6B", + "label": "< 25,000 m²" + }, + { + "color": "#3E869E", + "label": "25,000 - 50,000 m²" + }, + { + "color": "#73C0C3", + "label": "50,000 - 75,000 m²" + }, + { + "color": "#C3E09C", + "label": "75,000 - 100,000 m²" + }, + { + "color": "#F7E99C", + "label": "100,000 - 150,000 m²" + }, + { + "color": "#F3C556", + "label": "150,000 - 300,000 m²" + }, + { + "color": "#E78E41", + "label": "300,000 - 450,000 m²" + }, + { + "color": "#CF4931", + "label": "> 450,000 m²" + } + ] + } } \ No newline at end of file From da912775470410e2725e6ce0d0bb7f44b8c87cb5 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:27:18 +0000 Subject: [PATCH 09/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 42 +------------------ 1 file changed, 1 insertion(+), 41 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 30c7ff2..32981be 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 @@ -92,45 +92,5 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ], - "dashboard:legend": { - "unit": { - "label": "Building Exposure (Total)" - }, - "type": "categorical", - "stops": [ - { - "color": "#3F2A6B", - "label": "< 25,000 m²" - }, - { - "color": "#3E869E", - "label": "25,000 - 50,000 m²" - }, - { - "color": "#73C0C3", - "label": "50,000 - 75,000 m²" - }, - { - "color": "#C3E09C", - "label": "75,000 - 100,000 m²" - }, - { - "color": "#F7E99C", - "label": "100,000 - 150,000 m²" - }, - { - "color": "#F3C556", - "label": "150,000 - 300,000 m²" - }, - { - "color": "#E78E41", - "label": "300,000 - 450,000 m²" - }, - { - "color": "#CF4931", - "label": "> 450,000 m²" - } - ] - } + ] } \ No newline at end of file From 9e831af04c43ef3a9bbecd3b3c99f04523bacf42 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:19:18 +0000 Subject: [PATCH 10/13] 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 32981be..dbc3c0f 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 @@ -68,7 +68,7 @@ "bidx": [ 1 ], - "nodata": -9999, + "nodata": 0, "resampling": "nearest", "colormap": "[[[0,25000],[63,42,107,255]],[[25000,50000],[62,134,158,255]],[[50000,75000],[115,192,195,255]],[[75000,100000],[195,224,156,255]],[[100000,150000],[247,233,156,255]],[[150000,300000],[243,197,86,255]],[[300000,450000],[231,142,65,255]],[[450000,10000000],[207,73,49,255]]]" }, @@ -79,7 +79,7 @@ "bidx": [ 1 ], - "nodata": -9999, + "nodata": 0, "resampling": "nearest", "colormap": "[[[0,25000],[63,42,107,255]],[[25000,50000],[62,134,158,255]],[[50000,75000],[115,192,195,255]],[[75000,100000],[195,224,156,255]],[[100000,150000],[247,233,156,255]],[[150000,300000],[243,197,86,255]],[[300000,450000],[231,142,65,255]],[[450000,10000000],[207,73,49,255]]]" } From 52a4f2f6d9b9fdbec20bd16019eb229271d262c6 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:06:56 +0000 Subject: [PATCH 11/13] update via UI --- .../gaia-january2025-wood-composite-tmp.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 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 dbc3c0f..42e5449 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 @@ -33,6 +33,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "wood": { "title": "GAIA Gridded Building Exposure [Wood]", @@ -40,7 +41,6 @@ "regex": ".*wood.*.tif$" } }, - "use_multithreading": false, "collection": "gaia-january2025-wood-composite-tmp" } ], @@ -49,17 +49,6 @@ "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": [ @@ -86,11 +75,22 @@ }, "providers": [ { - "name": "NASA VEDA", + "name": "https://www.earthdata.nasa.gov/dashboard/", "roles": [ "host" ], - "url": "https://www.earthdata.nasa.gov/dashboard/" + "url": "http://disasters.nasa.gov/" + } + ], + "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" } - ] + } } \ No newline at end of file From 80a640c7fa52c9755bc519d0a0251f26863d51b6 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:07:27 +0000 Subject: [PATCH 12/13] update via UI --- .../dataset-config/gaia-january2025-wood-composite-tmp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 42e5449..c714b95 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 @@ -75,7 +75,7 @@ }, "providers": [ { - "name": "https://www.earthdata.nasa.gov/dashboard/", + "name": "NASA Disasters Program, ImageCat, Inc.", "roles": [ "host" ], From 9c4a2e52fd3b790d13c80905cc8f29b87534faaa Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:02:32 +0000 Subject: [PATCH 13/13] 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 c714b95..7099d42 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 @@ -1,7 +1,7 @@ { "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.", + "description": "The Global Assessment 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, @@ -90,7 +90,7 @@ "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" + "description": "The Global Assessment of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" } } } \ No newline at end of file