From 74581982140b21005f589cb5ae336621136a5170 Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:58:41 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json --- .../blackmarble-brdf-daily.json | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json diff --git a/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json b/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json new file mode 100644 index 0000000..17d0554 --- /dev/null +++ b/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json @@ -0,0 +1,103 @@ +{ + "collection": "blackmarble-brdf-daily", + "title": "Black Marble BRDF", + "description": "Black Marble Bidirectional Reflectance Distribution Function (BRDF) daily nighttime lights product.", + "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": "2020-01-01T00:00:00Z", + "enddate": null + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "ProgramData/Blackmarble/brdfCorrected", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*_day\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "blackmarble-brdf-daily-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "assets": { + "blackmarble_brdf": { + "title": "Black Marble BRDF", + "description": "Black Marble Bidirectional Reflectance Distribution Function (BRDF) daily nighttime lights product.", + "regex": ".*blackmarble.*_day\\.tif$" + } + }, + "use_multithreading": false, + "collection": "blackmarble-brdf-daily" + } + ], + "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": { + "blackmarble_brdf": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Black Marble BRDF", + "description": "Black Marble Bidirectional Reflectance Distribution Function (BRDF) daily nighttime lights product." + } + }, + "renders": { + "dashboard": { + "assets": [ + "blackmarble_brdf" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + }, + "blackmarble_brdf": { + "assets": [ + "blackmarble_brdf" + ], + "bidx": [ + 1, + 2, + 3 + ], + "nodata": 0 + } + }, + "providers": [ + { + "name": "NASA Black Marble", + "roles": [ + "producer" + ], + "url": "https://blackmarble.gsfc.nasa.gov/" + }, + { + "name": "NASA Disasters Program", + "roles": [ + "host" + ], + "url": "https://disasters.openveda.cloud" + } + ] +} \ No newline at end of file From 0082a4ea66f5effb3b9ad12103214838e667edac Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:07:33 +0000 Subject: [PATCH 2/2] update via UI --- .../blackmarble-brdf-daily.json | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json b/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json index 17d0554..d8248ba 100644 --- a/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json +++ b/ingestion-data/staging/dataset-config/blackmarble-brdf-daily.json @@ -66,22 +66,32 @@ "blackmarble_brdf" ], "bidx": [ - 1, - 2, - 3 + 1 ], - "nodata": 0 + "nodata": 0, + "colormap_name": "inferno", + "rescale": [ + [ + 0, + 255 + ] + ] }, "blackmarble_brdf": { "assets": [ "blackmarble_brdf" ], "bidx": [ - 1, - 2, - 3 + 1 ], - "nodata": 0 + "nodata": 0, + "colormap_name": "inferno", + "rescale": [ + [ + 0, + 255 + ] + ] } }, "providers": [