Skip to content

Commit cd25ffe

Browse files
Create ingestion-data/staging/dataset-config/z-Tornado_Hail_2011-test-veda-data-keycloak-auth-2.json
1 parent c960d8b commit cd25ffe

File tree

1 file changed

+86
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)