Skip to content

Commit

Permalink
Ingest Request for blizzard-era5-mslp (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
veda-github-actor[bot] authored Feb 20, 2025
1 parent dfdfc28 commit fc50ca9
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions ingestion-data/staging/dataset-config/blizzard-era5-mslp.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit fc50ca9

Please sign in to comment.