-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingest Request for blizzard-era5-mslp (#289)
- Loading branch information
1 parent
dfdfc28
commit fc50ca9
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
ingestion-data/staging/dataset-config/blizzard-era5-mslp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |