diff --git a/ingestion-data/staging/dataset-config/blizzard-snowfall.json b/ingestion-data/staging/dataset-config/blizzard-snowfall.json new file mode 100644 index 00000000..aba4d9ea --- /dev/null +++ b/ingestion-data/staging/dataset-config/blizzard-snowfall.json @@ -0,0 +1,110 @@ +{ + "license": "CC0-1.0", + "stac_version": "1.0.0", + "links": [], + "spatial_extent": { + "xmin": -107.5, + "ymin": 31.2, + "xmax": -66, + "ymax": 50 + }, + "temporal_extent": { + "startdate": "1950-11-26T00:00:00Z", + "enddate": "2016-01-23T23:59:59Z" + }, + "discovery_items": [ + { + "upload": false, + "cogify": false, + "dry_run": false, + "filename_regex": "(.*)RSI_Snowfall_(.*).tif$", + "use_multithreading": false, + "discovery": "s3", + "prefix": "Blizzards/", + "bucket": "veda-data-store-staging" + } + ], + "sample_files": [ + "s3://veda-data-store-staging/Blizzards/RSI_Snowfall_cog_1950-11-26.tif", + "s3://veda-data-store-staging/Blizzards/RSI_Snowfall_cog_1978-01-26.tif", + "s3://veda-data-store-staging/Blizzards/RSI_Snowfall_cog_1991-11-01.tif", + "s3://veda-data-store-staging/Blizzards/RSI_Snowfall_cog_1993-03-14.tif", + "s3://veda-data-store-staging/Blizzards/RSI_Snowfall_cog_2016-01-23.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-snowfall", + "title": "Regional Snowfall Index Accumulated Snowfall (Select Events)", + "description": "Regional Snowfall Index (RSI) accumulated snowfall reports interpolated for five select blizzard events.", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "datetime_range": "day", + "renders": { + "dashboard": { + "colormap": { + "6": [ + 30, + 144, + 201, + 255 + ], + "12": [ + 171, + 148, + 214, + 255 + ], + "18": [ + 90, + 22, + 128, + 255 + ], + "24": [ + 217, + 67, + 212, + 255 + ] + }, + "assets": [ + "cog_default" + ], + "title": "VEDA Dashboard Render Parameters" + } + } +} \ No newline at end of file