From 751d0685a16702076b2c024931bc5e69fdbcd295 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:00:29 +0000 Subject: [PATCH 01/13] Create ingestion-data/staging/dataset-config/gaia-january2025-composite.json --- .../gaia-january2025-composite.json | 136 ++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/gaia-january2025-composite.json diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json new file mode 100644 index 0000000..097b424 --- /dev/null +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -0,0 +1,136 @@ +{ + "collection": "gaia-january2025-composite", + "title": "GAIA Gridded Building Exposure", + "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.*_monthly\\.tif$", + "datetime_range": "month", + "id_regex": ".*(\\d{4}-\\d{2}_month\\.tif$", + "id_template": "gaia-january2025-composite-{}", + "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": { + "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": ".*wood.*_monthly\\.tif$" + }, + "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": ".*total.*_monthly\\.tif$" + } + }, + "collection": "gaia-january2025-composite" + } + ], + "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": [ + "total" + ], + "bidx": [ + 1 + ], + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ], + "colormap_name": "rdylgn_r" + }, + "wood": { + "assets": [ + "wood" + ], + "bidx": [ + 1 + ], + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ], + "colormap_name": "rdylgn_r" + }, + "total": { + "assets": [ + "total" + ], + "bidx": [ + 1 + ], + "nodata": -9999, + "rescale": [ + [ + 0, + 50000 + ] + ], + "colormap_name": "rdylgn_r" + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "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." + }, + "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 dfac4aa79ebe41676aae1de9e88a9e192b8014cf Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:05:28 +0000 Subject: [PATCH 02/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 097b424..4c03b71 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -25,7 +25,7 @@ "bucket": "nasa-disasters", "filename_regex": "gaia.*_monthly\\.tif$", "datetime_range": "month", - "id_regex": ".*(\\d{4}-\\d{2}_month\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2})_month\\.tif$", "id_template": "gaia-january2025-composite-{}", "disasters:extract_event_name": true, "disasters:monty": true, From af58d9b1ef4725925b2828941ea83c12bdcf49fe Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:08:48 +0000 Subject: [PATCH 03/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 4c03b71..7ca0da1 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -25,7 +25,7 @@ "bucket": "nasa-disasters", "filename_regex": "gaia.*_monthly\\.tif$", "datetime_range": "month", - "id_regex": ".*(\\d{4}-\\d{2})_month\\.tif$", + "id_regex": ".*(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-composite-{}", "disasters:extract_event_name": true, "disasters:monty": true, From c7fe5ddf91efb672147de8230b7391e0457300a5 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:17:05 +0000 Subject: [PATCH 04/13] update via UI --- .../gaia-january2025-composite.json | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 7ca0da1..7470889 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -23,7 +23,7 @@ "discovery": "s3", "prefix": "ProgramData/test", "bucket": "nasa-disasters", - "filename_regex": "gaia.*_monthly\\.tif$", + "filename_regex": "*_monthly\\.tif$", "datetime_range": "month", "id_regex": ".*(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-composite-{}", @@ -33,7 +33,6 @@ "disasters:add_providers": true, "cogify": false, "dry_run": false, - "use_multithreading": false, "assets": { "wood": { "title": "GAIA Gridded Building Exposure [Wood]", @@ -46,6 +45,7 @@ "regex": ".*total.*_monthly\\.tif$" } }, + "use_multithreading": false, "collection": "gaia-january2025-composite" } ], @@ -54,6 +54,26 @@ "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." + }, + "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": [ @@ -112,25 +132,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." - }, - "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 a992d4c36909d2ad6cc409131f460a22a2fcb0b3 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:19:49 +0000 Subject: [PATCH 05/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 7470889..cee87b9 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -23,7 +23,7 @@ "discovery": "s3", "prefix": "ProgramData/test", "bucket": "nasa-disasters", - "filename_regex": "*_monthly\\.tif$", + "filename_regex": "*\\.tif$", "datetime_range": "month", "id_regex": ".*(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-composite-{}", @@ -37,12 +37,12 @@ "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": ".*wood.*_monthly\\.tif$" + "regex": ".*wood.*.tif$" }, "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": ".*total.*_monthly\\.tif$" + "regex": ".*total.*.tif$" } }, "use_multithreading": false, From 296da4b8e56c436011a628fef483c32381b78ed9 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:22:45 +0000 Subject: [PATCH 06/13] update via UI --- .../gaia-january2025-composite.json | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index cee87b9..aafd823 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -23,7 +23,7 @@ "discovery": "s3", "prefix": "ProgramData/test", "bucket": "nasa-disasters", - "filename_regex": "*\\.tif$", + "filename_regex": "gaia.*_monthly\\.tif$", "datetime_range": "month", "id_regex": ".*(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-composite-{}", @@ -34,15 +34,15 @@ "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": ".*wood.*.tif$" - }, "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": ".*total.*.tif$" + "regex": ".*total.*_monthly\\.tif$" + }, + "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": ".*wood.*_monthly\\.tif$" } }, "use_multithreading": false, @@ -55,22 +55,22 @@ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" ], "item_assets": { - "wood": { + "total": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", "roles": [ "data", "layer" ], - "title": "GAIA Gridded Building Exposure [Wood]", + "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." }, - "total": { + "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", "roles": [ "data", "layer" ], - "title": "GAIA Gridded Building Exposure [Total]", + "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." } }, @@ -82,46 +82,46 @@ "bidx": [ 1 ], + "colormap_name": "rdylgn_r", "nodata": -9999, "rescale": [ [ 0, 50000 ] - ], - "colormap_name": "rdylgn_r" + ] }, - "wood": { + "total": { "assets": [ - "wood" + "total" ], "bidx": [ 1 ], + "colormap_name": "rdylgn_r", "nodata": -9999, "rescale": [ [ 0, 50000 ] - ], - "colormap_name": "rdylgn_r" + ] }, - "total": { + "wood": { "assets": [ - "total" + "wood" ], "bidx": [ 1 ], + "colormap_name": "rdylgn_r", "nodata": -9999, "rescale": [ [ 0, 50000 ] - ], - "colormap_name": "rdylgn_r" + ] } }, "providers": [ From 3606309ae336e7eee4e66f2b1e8d5caf0777ea18 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:24:46 +0000 Subject: [PATCH 07/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index aafd823..9a6501e 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -23,7 +23,7 @@ "discovery": "s3", "prefix": "ProgramData/test", "bucket": "nasa-disasters", - "filename_regex": "gaia.*_monthly\\.tif$", + "filename_regex": ".*gaia.*_monthly\\.tif$", "datetime_range": "month", "id_regex": ".*(\\d{4}-\\d{2})_monthly\\.tif$", "id_template": "gaia-january2025-composite-{}", From 23c5a8c5683652358364d76dfdae67b1ef2a0620 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:41:35 +0000 Subject: [PATCH 08/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 9a6501e..89a9e50 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -36,12 +36,12 @@ "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.", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis", "regex": ".*total.*_monthly\\.tif$" }, "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.", + "description": "The Global Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis", "regex": ".*wood.*_monthly\\.tif$" } }, From ac984d40ddc2a8b10125553d2aafa76572422c5a Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:51:29 +0000 Subject: [PATCH 09/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 89a9e50..19fad25 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -62,7 +62,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" }, "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", @@ -71,7 +71,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" } }, "renders": { From ad8f6a7ced41368cc096ef14738bdd490c916a43 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:56:31 +0000 Subject: [PATCH 10/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 19fad25..89a9e50 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -62,7 +62,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis." }, "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", @@ -71,7 +71,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis." } }, "renders": { From b78210cc865468d28a803563c3d0c0a6a4a1c1e8 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:31:39 +0000 Subject: [PATCH 11/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 89a9e50..19fad25 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -62,7 +62,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" }, "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", @@ -71,7 +71,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" } }, "renders": { From c8a1e20551d74703800ed19fe02129d1c258a15d Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:40:45 +0000 Subject: [PATCH 12/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 19fad25..89a9e50 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -62,7 +62,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis." }, "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", @@ -71,7 +71,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis." } }, "renders": { From 496afd7cd7c09ded6183e0d5ec8e5c79a597b379 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:08:44 +0000 Subject: [PATCH 13/13] update via UI --- .../staging/dataset-config/gaia-january2025-composite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json index 89a9e50..19fad25 100644 --- a/ingestion-data/staging/dataset-config/gaia-january2025-composite.json +++ b/ingestion-data/staging/dataset-config/gaia-january2025-composite.json @@ -62,7 +62,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" }, "wood": { "type": "image/tiff; application=geotiff; profile=cloud-optimized", @@ -71,7 +71,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 Atlas of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" } }, "renders": {