Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions ingestion-data/staging/dataset-config/Tornado_Hail_2011.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"collection": "Tornado_Hail_2011",
"title": "NCEI Hail Reports for 04/27/2011",
"description": "NCEI Storm Events Database hail reports exceeding 1 inch for the Super Outbreak on April 27th, 2011",
"license": "CC0-1.0",
"stac_version": "1.0.0",
"dashboard:time_density": "day",
"dashboard:is_periodic": false,
"links": [],
"spatial_extent": {
"xmin": -88.099365,
"ymin": 33.105347,
"xmax": -86.259155,
"ymax": 35.021
},
"temporal_extent": {
"startdate": "2011-04-27T00:00:00Z",
"enddate": "2011-04-27T23:59:59Z"
},
"discovery_items": [
{
"discovery": "s3",
"prefix": "Tornadoes2011/COG",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)Hail_Reports_COG_(.*).tif$",
"use_multithreading": false
}
],
"sample_files": [
"s3://veda-data-store-staging/Tornadoes2011/COG/Hail_Reports_COG_2011-04-27.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"
}
},
"renders": {
"dashboard": {
"bidx": [
1
],
"rescale": [
[
1,
2.75
]
],
"colormap_name": "greens",
"nodata": "-999",
"assets": [
"cog_default"
]
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "Aerial View of Scope of 2011 Tuscaloosa Tornado Damage Path from the National Weather Service Damage Assessment Team in Birmingham",
"href": "https://thumbnails.openveda.cloud/tornado_2011_Background.jpg",
"type": "image/jpg",
"roles": [
"thumbnail"
]
}
}
}
Loading