Skip to content

Commit 717a9bf

Browse files
Ingest Request for blizzard-alley (#279)
* Create ingestion-data/staging/dataset-config/blizzard-alley.json * update via UI --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com>
1 parent 4bf6fdb commit 717a9bf

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"license": "CC0-1.0",
3+
"stac_version": "1.0.0",
4+
"links": [],
5+
"spatial_extent": {
6+
"xmin": -105.3,
7+
"ymin": 36.8,
8+
"xmax": -89.4,
9+
"ymax": 49.8
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": "(.*)BlizzardAlley_(.*).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/BlizzardAlley_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-alley",
67+
"title": "Blizzard Alley",
68+
"description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period.",
69+
"is_periodic": true,
70+
"time_density": "day",
71+
"datetime_range": "day",
72+
"renders": {
73+
"dashboard": {
74+
"colormap": {
75+
"0": [
76+
22,
77+
158,
78+
242,
79+
255
80+
]
81+
},
82+
"assets": [
83+
"cog_default"
84+
],
85+
"title": "VEDA Dashboard Render Parameters"
86+
}
87+
},
88+
"transfer": true,
89+
"dashboard:time_density": "day"
90+
}

0 commit comments

Comments
 (0)