Skip to content

Commit 5d7a699

Browse files
Create ingestion-data/staging/dataset-config/la-fires-sea.json
1 parent 2d91836 commit 5d7a699

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"license": "CC0-1.0",
3+
"stac_version": "1.0.0",
4+
"links": [],
5+
"spatial_extent": {
6+
"xmin": -118.94,
7+
"ymin": 33.3,
8+
"xmax": -117.66,
9+
"ymax": 34.83
10+
},
11+
"temporal_extent": {
12+
"startdate": "2025-01-01T00:00:00Z",
13+
"enddate": "2025-01-01T23:59:59Z"
14+
},
15+
"discovery_items": [
16+
{
17+
"upload": false,
18+
"cogify": false,
19+
"dry_run": false,
20+
"filename_regex": "(.*)SEA_(.*).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/LA_County_SEA_cog_2025-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": "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-sea",
67+
"title": "LA County Significant Ecological Areas (SEA)",
68+
"description": "Significant Ecological Areas and Coastal Resource Areas in Los Angeles County, California.",
69+
"is_periodic": false,
70+
"time_density": "day",
71+
"datetime_range": "day",
72+
"renders": {
73+
"dashboard": {
74+
"colormap": {
75+
"1": [
76+
18,
77+
94,
78+
135,
79+
255
80+
],
81+
"2": [
82+
12,
83+
110,
84+
20,
85+
255
86+
],
87+
"3": [
88+
73,
89+
230,
90+
86,
91+
255
92+
],
93+
"4": [
94+
73,
95+
141,
96+
230,
97+
255
98+
],
99+
"5": [
100+
73,
101+
230,
102+
227,
103+
255
104+
]
105+
},
106+
"assets": [
107+
"cog_default"
108+
],
109+
"title": "VEDA Dashboard Render Parameters"
110+
}
111+
},
112+
"transfer": true,
113+
"dashboard:time_density": "day"
114+
}

0 commit comments

Comments
 (0)