From 816e4877d6020ad857a2b4d2712e6e37c1442832 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:23:54 +0000 Subject: [PATCH 1/8] Create ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json --- .../gaia-january2025-total-composite-tmp.json | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json new file mode 100644 index 0000000..8701dc3 --- /dev/null +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -0,0 +1,106 @@ +{ + "collection": "gaia-january2025-total-composite-tmp", + "title": "GAIA Gridded Building Exposure [Total]", + "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_total_day_\\d{4}-\\d{2}_monthly\\.tif$", + "datetime_range": "month", + "id_regex": ".*gaia_total_day_(\\d{4}-\\d{2})_monthly\\.tif$", + "id_template": "gaia-january2025-total-composite-tmp-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "assets": { + "total": { + "title": "GAIA Gridded Building Exposure [Total]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis", + "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" + } + }, + "use_multithreading": false, + "collection": "gaia-january2025-total-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": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" + } + }, + "renders": { + "dashboard": { + "assets": [ + "total" + ], + "bidx": [ + 1 + ], + "colormap_name": "rdylgn_r", + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ] + }, + "total": { + "assets": [ + "total" + ], + "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 be648d1d2d26d949c5042a45599f834909ddc125 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:56:17 +0000 Subject: [PATCH 2/8] update via UI --- .../gaia-january2025-total-composite-tmp.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 8701dc3..05968e2 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -33,6 +33,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "total": { "title": "GAIA Gridded Building Exposure [Total]", @@ -40,7 +41,6 @@ "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" } }, - "use_multithreading": false, "collection": "gaia-january2025-total-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": { - "total": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "GAIA Gridded Building Exposure [Total]", - "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": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "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 c8d393e992e03b42144869804444d52e14c74ece 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:51 +0000 Subject: [PATCH 3/8] update via UI --- .../gaia-january2025-total-composite-tmp.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 05968e2..731187e 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -33,7 +33,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "total": { "title": "GAIA Gridded Building Exposure [Total]", @@ -41,6 +40,7 @@ "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" } }, + "use_multithreading": false, "collection": "gaia-january2025-total-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": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "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": { - "total": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "GAIA Gridded Building Exposure [Total]", - "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 be246175bcd2832ee5ab9f7c48318541df4986ff 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:09:02 +0000 Subject: [PATCH 4/8] update via UI --- .../dataset-config/gaia-january2025-total-composite-tmp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 731187e..42a2091 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -73,7 +73,7 @@ "rescale": [ [ 0, - 50000 + 450000 ] ] }, @@ -89,7 +89,7 @@ "rescale": [ [ 0, - 50000 + 450000 ] ] } From 9c093997da528c70357160a33157818c645a1061 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:20:20 +0000 Subject: [PATCH 5/8] update via UI --- .../gaia-january2025-total-composite-tmp.json | 44 +++++++------------ 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 42a2091..3d7d249 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -33,6 +33,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "total": { "title": "GAIA Gridded Building Exposure [Total]", @@ -40,7 +41,6 @@ "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" } }, - "use_multithreading": false, "collection": "gaia-january2025-total-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": { - "total": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "GAIA Gridded Building Exposure [Total]", - "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,14 +57,9 @@ "bidx": [ 1 ], - "colormap_name": "turbo", "nodata": -9999, - "rescale": [ - [ - 0, - 450000 - ] - ] + "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]]]" }, "total": { "assets": [ @@ -84,14 +68,9 @@ "bidx": [ 1 ], - "colormap_name": "turbo", "nodata": -9999, - "rescale": [ - [ - 0, - 450000 - ] - ] + "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": [ @@ -102,5 +81,16 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ] + ], + "item_assets": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "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 2fa4ad20ba03b32fdc39ab1ba68405c4f6f52f95 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:20:06 +0000 Subject: [PATCH 6/8] update via UI --- .../gaia-january2025-total-composite-tmp.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 3d7d249..3f571b6 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -33,7 +33,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "total": { "title": "GAIA Gridded Building Exposure [Total]", @@ -41,6 +40,7 @@ "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" } }, + "use_multithreading": false, "collection": "gaia-january2025-total-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": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" + } + }, "renders": { "dashboard": { "assets": [ @@ -57,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]]]" }, @@ -68,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]]]" } @@ -81,16 +92,5 @@ ], "url": "https://www.earthdata.nasa.gov/dashboard/" } - ], - "item_assets": { - "total": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "GAIA Gridded Building Exposure [Total]", - "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 2966ea99cdbd3cd094fc02edb333ed4bfc740513 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:08:25 +0000 Subject: [PATCH 7/8] update via UI --- .../gaia-january2025-total-composite-tmp.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index 3f571b6..b1b6d69 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -33,6 +33,7 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, + "use_multithreading": false, "assets": { "total": { "title": "GAIA Gridded Building Exposure [Total]", @@ -40,7 +41,6 @@ "regex": ".*gaia_total_day_\\d{4}-\\d{2}_monthly\\.tif$" } }, - "use_multithreading": false, "collection": "gaia-january2025-total-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": { - "total": { - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "roles": [ - "data", - "layer" - ], - "title": "GAIA Gridded Building Exposure [Total]", - "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": "NASA Disasters Program, ImageCat, Inc.", "roles": [ "host" ], - "url": "https://www.earthdata.nasa.gov/dashboard/" + "url": "http://disasters.nasa.gov/" + } + ], + "item_assets": { + "total": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "GAIA Gridded Building Exposure [Total]", + "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 d0975bc60ac36e128a6da2234df33e51df998264 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:53 +0000 Subject: [PATCH 8/8] update via UI --- .../dataset-config/gaia-january2025-total-composite-tmp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json index b1b6d69..657e44b 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -1,7 +1,7 @@ { "collection": "gaia-january2025-total-composite-tmp", "title": "GAIA Gridded Building Exposure [Total]", - "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 [Total]", - "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