diff --git a/ingestion-data/staging/dataset-config/blizzard-era5-mslp.json b/ingestion-data/staging/dataset-config/blizzard-era5-mslp.json new file mode 100644 index 00000000..215a5830 --- /dev/null +++ b/ingestion-data/staging/dataset-config/blizzard-era5-mslp.json @@ -0,0 +1,90 @@ +{ + "license": "CC0-1.0", + "stac_version": "1.0.0", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "1950-11-26T00:00:00Z", + "enddate": "1978-01-26T09:00:00Z" + }, + "discovery_items": [ + { + "upload": false, + "cogify": false, + "dry_run": false, + "filename_regex": "(.*)ERA5_MSLP_(.*).tif$", + "use_multithreading": false, + "discovery": "s3", + "prefix": "Blizzards/", + "bucket": "veda-data-store-staging" + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Blizzards/ERA5_MSLP_cog_1950-11-26T00:00:00Z.tif", + "s3://veda-data-store-staging/Blizzards/ERA5_MSLP_cog_1978-01-26T09: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-era5-mslp", + "title": "ERA5 Reanalysis – Mean Sea Level Pressure (Select Events)", + "description": "ERA5 mean sea level pressure (MSLP) global reanalysis for three select blizzard events.", + "is_periodic": true, + "time_density": "day", + "datetime_range": "day", + "renders": { + "dashboard": { + "colormap_name": "nipy_spectral", + "rescale": [ + [ + 972, + 1040 + ] + ], + "assets": [ + "cog_default" + ], + "title": "VEDA Dashboard Render Parameters" + } + }, + "dashboard:time_density": "day", + "dashboard:is_periodic": true +} \ No newline at end of file