Skip to content

Commit cb2ad19

Browse files
Create ingestion-data/staging/dataset-config/la-fires-hrrr-wind.json
1 parent 76717f0 commit cb2ad19

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": -134.26,
7+
"ymin": 21.17,
8+
"xmax": -60.77,
9+
"ymax": 52.78
10+
},
11+
"temporal_extent": {
12+
"startdate": "2025-01-09T02:00:00Z",
13+
"enddate": "2025-01-09T03:00:00Z"
14+
},
15+
"discovery_items": [
16+
{
17+
"upload": false,
18+
"cogify": false,
19+
"dry_run": false,
20+
"filename_regex": "(.*)HRRR_(.*).tif$",
21+
"use_multithreading": false,
22+
"discovery": "s3",
23+
"prefix": "LA-Fires/",
24+
"bucket": "veda-data-store-staging"
25+
}
26+
],
27+
"sample_files": [
28+
"s3://veda-data-store-staging/LA-Fires/HRRR_10m_Wind_cog_2025-01-08T02:00:00.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": "Planet Labs Commercial Satellite Imagery of the Eaton Fire (January 9, 2025).",
63+
"href": "https://thumbnails.openveda.cloud/la-fires-thumbnail.png"
64+
}
65+
},
66+
"collection": "la-fires-hrrr-wind",
67+
"title": "HRRR 10 Meter Wind Gusts (2025 LA Fires)",
68+
"description": "Simulated 10 meter wind gusts from the High Resolution Rapid Refresh (HRRR) at 02Z on January 8, 2025, around the time that the Eaton Fire ignited. The Palisades Fire had just been ignited earlier that day.",
69+
"is_periodic": false,
70+
"time_density": "day",
71+
"datetime_range": "day",
72+
"renders": {
73+
"dashboard": {
74+
"colormap_name": "cool",
75+
"rescale": [
76+
[
77+
0,
78+
60
79+
]
80+
],
81+
"assets": [
82+
"cog_default"
83+
],
84+
"title": "VEDA Dashboard Render Parameters"
85+
}
86+
},
87+
"transfer": true,
88+
"dashboard:time_density": "day"
89+
}

0 commit comments

Comments
 (0)