Skip to content

Commit cc69411

Browse files
Ingest Request for blizzard-panhandle-hooker (#283)
1 parent 4d3a66d commit cc69411

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"license": "CC0-1.0",
3+
"stac_version": "1.0.0",
4+
"links": [],
5+
"spatial_extent": {
6+
"xmin": -105,
7+
"ymin": 33.7,
8+
"xmax": -81.8,
9+
"ymax": 50
10+
},
11+
"temporal_extent": {
12+
"startdate": "1950-01-01T00:00:00Z",
13+
"enddate": "1950-01-01T23:59:59Z"
14+
},
15+
"discovery_items": [
16+
{
17+
"upload": false,
18+
"cogify": false,
19+
"dry_run": false,
20+
"filename_regex": "(.*)Panhandle_Hooker_(.*).tif$",
21+
"use_multithreading": false,
22+
"discovery": "s3",
23+
"prefix": "Blizzards/",
24+
"bucket": "veda-data-store-staging"
25+
}
26+
],
27+
"sample_files": [
28+
"s3://veda-data-store-staging/Blizzards/Panhandle_Hooker_1950-01-01.tif"
29+
],
30+
"data_type": "cog",
31+
"stac_extensions": [
32+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
33+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
34+
],
35+
"item_assets": {
36+
"cog_default": {
37+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
38+
"roles": [
39+
"data",
40+
"layer"
41+
],
42+
"title": "Default COG Layer",
43+
"description": "Cloud optimized default layer to display on map"
44+
}
45+
},
46+
"providers": [
47+
{
48+
"name": "NASA VEDA",
49+
"roles": [
50+
"host"
51+
],
52+
"url": "https://www.earthdata.nasa.gov/dashboard/"
53+
}
54+
],
55+
"assets": {
56+
"thumbnail": {
57+
"title": "Thumbnail",
58+
"type": "image/png",
59+
"roles": [
60+
"thumbnail"
61+
],
62+
"description": "Photo by Andrew Blackford (Near-blizzard conditions in Maria Stein, Ohio on December 23, 2022)",
63+
"href": "https://thumbnails.openveda.cloud/blizzards-cover.png"
64+
}
65+
},
66+
"collection": "blizzard-panhandle-hooker",
67+
"title": "Panhandle Hooker Snowfall Footprint",
68+
"description": "Single value raster displaying the general snowfall footprint of a Panhandle Hooker type of mid-latitude cyclone.",
69+
"time_density": "day",
70+
"datetime_range": "day",
71+
"renders": {
72+
"dashboard": {
73+
"colormap": {
74+
"0": [
75+
22,
76+
158,
77+
242,
78+
255
79+
]
80+
},
81+
"assets": [
82+
"cog_default"
83+
],
84+
"title": "VEDA Dashboard Render Parameters"
85+
}
86+
},
87+
"dashboard:time_density": "day",
88+
"dashboard:is_periodic": false
89+
}

0 commit comments

Comments
 (0)