Skip to content

Commit f7a2efe

Browse files
authored
Merge pull request #9 from Disasters-Learning-Portal/feat/sentinel-2-all-vars-daily
Ingest Request for sentinel-2-all-vars-daily
2 parents 60c6a38 + e95243b commit f7a2efe

1 file changed

Lines changed: 256 additions & 0 deletions

File tree

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
{
2+
"id": "sentinel-2-all-vars-daily",
3+
"dashboard:is_periodic": false,
4+
"dashboard:time_interval": "P1D",
5+
"description": "Sentinel-2 is a multispectral optical imaging mission providing high-resolution imagery for disaster monitoring and environmental assessment. This collection includes multiple spectral band products and derived indices: true color and false color composites for visual analysis, NDVI for vegetation health monitoring, burn ratio for fire damage assessment, MNDWI for water detection, and cloud masks for data quality filtering.",
6+
"title": "Sentinel-2 Daily",
7+
"extent": {
8+
"spatial": {
9+
"bbox": [
10+
[
11+
-125,
12+
-24,
13+
-66,
14+
49
15+
]
16+
]
17+
},
18+
"temporal": {
19+
"interval": [
20+
[
21+
"2020-01-01T00:00:00Z",
22+
null
23+
]
24+
]
25+
}
26+
},
27+
"item_assets": {
28+
"burnRatio": {
29+
"description": "Normalized Burn Ratio (NBR) index highlighting burned areas by comparing near-infrared and shortwave infrared bands for fire damage assessment.",
30+
"roles": [
31+
"data",
32+
"layer"
33+
],
34+
"title": "Burn Ratio",
35+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
36+
},
37+
"cloudMask": {
38+
"description": "Cloud and cloud shadow mask identifying pixels obscured by atmospheric conditions for data quality filtering.",
39+
"roles": [
40+
"data",
41+
"layer"
42+
],
43+
"title": "Cloud Mask",
44+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
45+
},
46+
"colorIR": {
47+
"description": "False color infrared composite (NIR, Red, Green) emphasizing vegetation health and vigor in red tones.",
48+
"roles": [
49+
"data",
50+
"layer"
51+
],
52+
"title": "Color Infrared",
53+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
54+
},
55+
"mndwi": {
56+
"description": "Modified Normalized Difference Water Index for detecting and mapping surface water bodies and flood extent.",
57+
"roles": [
58+
"data",
59+
"layer"
60+
],
61+
"title": "MNDWI",
62+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
63+
},
64+
"naturalColor": {
65+
"description": "Natural color composite using visible bands (Red, Green, Blue) for intuitive visual interpretation of surface features.",
66+
"roles": [
67+
"data",
68+
"layer"
69+
],
70+
"title": "Natural Color",
71+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
72+
},
73+
"ndvi": {
74+
"description": "Normalized Difference Vegetation Index measuring vegetation health and density using near-infrared and red bands.",
75+
"roles": [
76+
"data",
77+
"layer"
78+
],
79+
"title": "NDVI",
80+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
81+
},
82+
"ndviChange": {
83+
"description": "Normalized Difference Vegetation Index change between dates measuring vegetation health and density using near-infrared and red bands.",
84+
"roles": [
85+
"data",
86+
"layer"
87+
],
88+
"title": "NDVI Change",
89+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
90+
},
91+
"shortwaveIR": {
92+
"description": "Shortwave infrared composite highlighting moisture content and penetrating smoke for fire and drought monitoring.",
93+
"roles": [
94+
"data",
95+
"layer"
96+
],
97+
"title": "Shortwave Infrared",
98+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
99+
},
100+
"trueColor": {
101+
"description": "True color RGB composite using visible wavelengths for natural-looking imagery of Earth's surface.",
102+
"roles": [
103+
"data",
104+
"layer"
105+
],
106+
"title": "True Color",
107+
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
108+
}
109+
},
110+
"license": "CC0-1.0",
111+
"links": [],
112+
"providers": [
113+
{
114+
"name": "NASA",
115+
"roles": []
116+
}
117+
],
118+
"renders": {
119+
"burnRatio": {
120+
"assets": [
121+
"burnRatio"
122+
],
123+
"rescale": [
124+
[
125+
-1,
126+
1
127+
]
128+
],
129+
"nodata": -9999
130+
},
131+
"cloudMask": {
132+
"assets": [
133+
"cloudMask"
134+
],
135+
"rescale": [
136+
[
137+
0,
138+
1
139+
]
140+
],
141+
"nodata": 0
142+
},
143+
"colorIR": {
144+
"assets": [
145+
"colorIR"
146+
],
147+
"bidx": [
148+
1,
149+
2,
150+
3
151+
],
152+
"rescale": [
153+
[
154+
0,
155+
255
156+
]
157+
],
158+
"nodata": 0
159+
},
160+
"mndwi": {
161+
"assets": [
162+
"mndwi"
163+
],
164+
"rescale": [
165+
[
166+
-1,
167+
1
168+
]
169+
],
170+
"nodata": 999
171+
},
172+
"naturalColor": {
173+
"assets": [
174+
"naturalColor"
175+
],
176+
"bidx": [
177+
1,
178+
2,
179+
3
180+
],
181+
"rescale": [
182+
[
183+
0,
184+
255
185+
]
186+
],
187+
"nodata": 0
188+
},
189+
"ndvi": {
190+
"assets": [
191+
"ndvi"
192+
],
193+
"rescale": [
194+
[
195+
-1,
196+
1
197+
]
198+
],
199+
"nodata": 0
200+
},
201+
"ndviChange": {
202+
"assets": [
203+
"ndviChange"
204+
],
205+
"rescale": [
206+
[
207+
-1,
208+
1
209+
]
210+
],
211+
"nodata": 0
212+
},
213+
"shortwaveIR": {
214+
"assets": [
215+
"shortwaveIR"
216+
],
217+
"bidx": [
218+
1,
219+
2,
220+
3
221+
],
222+
"rescale": [
223+
[
224+
0,
225+
255
226+
]
227+
],
228+
"nodata": 0
229+
},
230+
"trueColor": {
231+
"assets": [
232+
"trueColor"
233+
],
234+
"bidx": [
235+
1,
236+
2,
237+
3
238+
],
239+
"rescale": [
240+
[
241+
0,
242+
255
243+
]
244+
],
245+
"nodata": 0
246+
}
247+
},
248+
"stac_extensions": [
249+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
250+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
251+
],
252+
"stac_version": "1.0.0",
253+
"type": "Collection",
254+
"keywords": [],
255+
"summaries": {}
256+
}

0 commit comments

Comments
 (0)