diff --git a/ingestion-data/staging/dataset-config/blackmarble-hd-daily-june2026.json b/ingestion-data/staging/dataset-config/blackmarble-hd-daily-june2026.json new file mode 100644 index 0000000..7092995 --- /dev/null +++ b/ingestion-data/staging/dataset-config/blackmarble-hd-daily-june2026.json @@ -0,0 +1,117 @@ +{ + "collection": "blackmarble-hd-daily-june2026", + "title": "Black Marble HD Daily", + "description": "Black Marble Day-Night Band (BRDF-Corrected).", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "dashboard:time_interval": "P1D", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "2024-09-28T00:00:00Z", + "enddate": "2024-09-28T23:59:59Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "drcs_activations_new/june2026_STM_demo/blackmarble_hd", + "bucket": "nasa-disasters", + "filename_regex": ".*_day\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "blackmarble-hd-daily-june2026-{}", + "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": { + "blackmarble_hd": { + "title": "Black Marble HD", + "description": "Black Marble HD daily BRDF-corrected nighttime lights imagery.", + "regex": ".*Blackmarble.*_day\\.tif$|.*BMHD.*_day\\.tif$" + } + }, + "collection": "blackmarble-hd-daily-june2026" + } + ], + "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": [ + "blackmarble_hd" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0, + "colormap_name": "inferno", + "rescale": [ + [ + 0, + 255 + ] + ] + }, + "blackmarble_hd": { + "assets": [ + "blackmarble_hd" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0, + "colormap_name": "inferno", + "rescale": [ + [ + 0, + 255 + ] + ] + } + }, + "providers": [ + { + "name": "NASA Black Marble", + "roles": [ + "producer" + ], + "url": "https://blackmarble.gsfc.nasa.gov/" + }, + { + "name": "NASA Disasters Program", + "roles": [ + "host" + ], + "url": "https://disasters.openveda.cloud" + } + ], + "item_assets": { + "blackmarble_hd": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Black Marble HD", + "description": "Black Marble HD daily BRDF-corrected nighttime lights imagery." + } + } +} \ No newline at end of file