From dfdfc28e269c0238997668b24759585ab445eeed Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:30:40 -0700 Subject: [PATCH] Ingest Request for blizzard-merra2-mslp (#294) * Create ingestion-data/staging/dataset-config/blizzard-merra2-mslp.json * update dashboard keys --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Alexandra Kirk --- .../dataset-config/blizzard-merra2-mslp.json | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/blizzard-merra2-mslp.json diff --git a/ingestion-data/staging/dataset-config/blizzard-merra2-mslp.json b/ingestion-data/staging/dataset-config/blizzard-merra2-mslp.json new file mode 100644 index 00000000..aa931347 --- /dev/null +++ b/ingestion-data/staging/dataset-config/blizzard-merra2-mslp.json @@ -0,0 +1,89 @@ +{ + "license": "CC0-1.0", + "stac_version": "1.0.0", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "1991-11-01T21:00:00Z", + "enddate": "2016-01-23T12:00:00Z" + }, + "discovery_items": [ + { + "upload": false, + "cogify": false, + "dry_run": false, + "filename_regex": "(.*)MERRA2_MSLP_(.*).tif$", + "use_multithreading": false, + "discovery": "s3", + "prefix": "Blizzards/", + "bucket": "veda-data-store-staging" + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Blizzards/MERRA2_MSLP_cog_1991-11-01T21:00:00Z.tif", + "s3://veda-data-store-staging/Blizzards/MERRA2_MSLP_cog_1993-03-14T00:00:00Z.tif", + "s3://veda-data-store-staging/Blizzards/MERRA2_MSLP_cog_2016-01-23T12:00:00Z.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" + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "roles": [ + "thumbnail" + ], + "description": "Photo by Andrew Blackford (Near-blizzard conditions in Maria Stein, Ohio on December 23, 2022)", + "href": "https://thumbnails.openveda.cloud/blizzards-cover.png" + } + }, + "collection": "blizzard-merra2-mslp", + "title": "MERRA2 Reanalysis – Mean Sea Level Pressure (Select Events)", + "description": "MERRA2 mean sea level pressure (MSLP) global reanalysis for three select blizzard events.", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "datetime_range": "day", + "renders": { + "dashboard": { + "colormap_name": "nipy_spectral", + "rescale": [ + [ + 972, + 1040 + ] + ], + "assets": [ + "cog_default" + ], + "title": "VEDA Dashboard Render Parameters" + } + } +} \ No newline at end of file