Skip to content

Commit 90cdb0b

Browse files
Create ingestion-data/staging/dataset-config/Tornado_Wind_2011.json
1 parent 0fdf52c commit 90cdb0b

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"collection": "Tornado_Wind_2011",
3+
"title": "NCEI Wind Gusts for 04/27/2011",
4+
"description": "NCEI Storm Events Database wind gusts exceeding 60mph for the Super Outbreak on April 27th, 2011",
5+
"license": "CC0-1.0",
6+
"stac_version": "1.0.0",
7+
"dashboard:time_density": "day",
8+
"links": [],
9+
"spatial_extent": {
10+
"xmin": -88.099365,
11+
"ymin": 33.105347,
12+
"xmax": -86.259155,
13+
"ymax": 35.021
14+
},
15+
"temporal_extent": {
16+
"startdate": "2011-04-27T00:00:00.000Z",
17+
"enddate": "2011-04-27T23:59:59.000Z"
18+
},
19+
"discovery_items": [
20+
{
21+
"discovery": "s3",
22+
"prefix": "Tornadoes2011/COG",
23+
"bucket": "veda-data-store-staging",
24+
"filename_regex": "(.*)Wind_Reports_COG_(.*).tif$",
25+
"use_multithreading": false
26+
}
27+
],
28+
"sample_files": [
29+
"s3://veda-data-store-staging/Tornadoes2011/COG/Wind_Reports_COG_2011-04-27.tif"
30+
],
31+
"data_type": "cog",
32+
"stac_extensions": [
33+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
34+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
35+
],
36+
"item_assets": {
37+
"cog_default": {
38+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
39+
"roles": [
40+
"data",
41+
"layer"
42+
],
43+
"title": "Default COG Layer",
44+
"description": "Cloud optimized default layer to display on map"
45+
}
46+
},
47+
"renders": {
48+
"dashboard": {
49+
"bidx": [
50+
1
51+
],
52+
"rescale": [],
53+
"colormap_name": "bupu",
54+
"nodata": "-999",
55+
"assets": [
56+
"cog_default"
57+
]
58+
}
59+
},
60+
"providers": [
61+
{
62+
"name": "NASA VEDA",
63+
"roles": [
64+
"host"
65+
],
66+
"url": "https://www.earthdata.nasa.gov/dashboard/"
67+
}
68+
],
69+
"assets": {
70+
"thumbnail": {
71+
"title": "Thumbnail",
72+
"description": "Aerial View of Scope of 2011 Tuscaloosa Tornado Damage Path from the National Weather Service Damage Assessment Team in Birmingham",
73+
"href": "https://thumbnails.openveda.cloud/tornado_2011_Background.jpg",
74+
"type": "image/jpg",
75+
"roles": [
76+
"thumbnail"
77+
]
78+
}
79+
},
80+
"tenant": []
81+
}

0 commit comments

Comments
 (0)