From ae1c1d2c37c2a486c146f7f7be28417f5e3ea82b Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:19:22 +0000 Subject: [PATCH 1/3] Create ingestion-data/staging/dataset-config/nldas3.json --- .../staging/dataset-config/nldas3.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/nldas3.json diff --git a/ingestion-data/staging/dataset-config/nldas3.json b/ingestion-data/staging/dataset-config/nldas3.json new file mode 100644 index 0000000..f6cb850 --- /dev/null +++ b/ingestion-data/staging/dataset-config/nldas3.json @@ -0,0 +1,94 @@ +{ + "collection": "nldas3", + "title": "NLDAS-3 Precipitation Forcing Dataset", + "description": "NLDAS-3 provides a fine-scale (1 km) meteorological forcing (precipitation) in both retrospective and near real-time over North and Central America, including Alaska, Hawaii, and Puerto Rico, by leveraging high-quality gauge, satellite, and model datasets through advanced data assimilation methods. Read more: https://ldas.gsfc.nasa.gov/nldas/v3", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": true, + "dashboard:time_density": "month", + "spatial_extent": { + "xmin": -168.98000671647551, + "ymin": 7.019999961559591, + "xmax": -51.93999145246978, + "ymax": 72.06000091582078 + }, + "temporal_extent": { + "startdate": "2001-01-01T00:00:00Z", + "enddate": "2021-12-31T00:00:00Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "EIS/nldas3monthly/", + "bucket": "veda-data-store-staging", + "filename_regex": ".*_\\d{6}.tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/EIS/nldas3monthly/nldas3_LIS_HIST_200101.tif" + ], + "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": { + "cog_default": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Default COG Layer", + "description": "Cloud optimized default layer to display on map" + } + }, + "renders": { + "dashboard": { + "bidx": [ + 1 + ], + "rescale": [ + [ + 0, + 200 + ] + ], + "colormap_name": "magma", + "assets": [ + "cog_default" + ] + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + }, + { + "name": "NLDAS", + "roles": [ + "producer", + "processor", + "licensor" + ], + "url": "https://ldas.gsfc.nasa.gov/nldas" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "description": "Photo by [LDAS-NASA](https://eoimages.gsfc.nasa.gov/images/imagerecords/151000/151897/mississippi_oli_2023259_lrg.jpg) (Landsat 8 — OLI image of the Mississippi River below Memphis, Tennessee on September 16, 2023 at near record low water levels, limiting barge shipments, threatening drinking water supplies, agriculture, and ecosystems.)", + "href": "https://thumbnails.openveda.cloud/nldas-cover.png", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ] + } + }, + "tenant": "water-insight" +} \ No newline at end of file From ed62eb4171d20f787c1ef984b68a927161c1dce0 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:13:25 +0000 Subject: [PATCH 2/3] update via UI --- ingestion-data/staging/dataset-config/nldas3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/nldas3.json b/ingestion-data/staging/dataset-config/nldas3.json index f6cb850..05b3512 100644 --- a/ingestion-data/staging/dataset-config/nldas3.json +++ b/ingestion-data/staging/dataset-config/nldas3.json @@ -1,6 +1,6 @@ { "collection": "nldas3", - "title": "NLDAS-3 Precipitation Forcing Dataset", + "title": "DEMO - NLDAS-3 Precipitation Forcing Dataset", "description": "NLDAS-3 provides a fine-scale (1 km) meteorological forcing (precipitation) in both retrospective and near real-time over North and Central America, including Alaska, Hawaii, and Puerto Rico, by leveraging high-quality gauge, satellite, and model datasets through advanced data assimilation methods. Read more: https://ldas.gsfc.nasa.gov/nldas/v3", "license": "CC0-1.0", "stac_version": "1.0.0", From 7be5f3a3ef3fc5c939cfaf415328dbd53a8988e6 Mon Sep 17 00:00:00 2001 From: Saadiq Mohiuddin Date: Sun, 12 Apr 2026 11:34:45 -0600 Subject: [PATCH 3/3] fix tenant prop --- ingestion-data/staging/dataset-config/nldas3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/nldas3.json b/ingestion-data/staging/dataset-config/nldas3.json index 05b3512..c31043d 100644 --- a/ingestion-data/staging/dataset-config/nldas3.json +++ b/ingestion-data/staging/dataset-config/nldas3.json @@ -90,5 +90,5 @@ ] } }, - "tenant": "water-insight" + "eic:tenant": "water-insight" } \ No newline at end of file