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..657e44b --- /dev/null +++ b/ingestion-data/staging/dataset-config/gaia-january2025-total-composite-tmp.json @@ -0,0 +1,96 @@ +{ + "collection": "gaia-january2025-total-composite-tmp", + "title": "GAIA Gridded Building Exposure [Total]", + "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, + "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, + "use_multithreading": 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$" + } + }, + "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" + ], + "renders": { + "dashboard": { + "assets": [ + "total" + ], + "bidx": [ + 1 + ], + "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]]]" + }, + "total": { + "assets": [ + "total" + ], + "bidx": [ + 1 + ], + "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]]]" + } + }, + "providers": [ + { + "name": "NASA Disasters Program, ImageCat, Inc.", + "roles": [ + "host" + ], + "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 Assessment of Infrastructure Assets (GAIA) is a worldwide gridded building exposure dataset suitable for natural hazard risk analysis" + } + } +} \ No newline at end of file