-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathps_blue_tarp_detections.ej.data.mdx
131 lines (123 loc) · 4.49 KB
/
ps_blue_tarp_detections.ej.data.mdx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
id: ps_blue_tarp_detections
name: "PlanetScope Blue tarp Detections"
description: "Machine learning generated blue tarp detections using PlanetScope 3-band RGB imagery"
media:
src: ::file ./ps-bluetarp--dataset-cover.jpg
alt: Blue tarp detections for Jefferson Parish, LA on February 12, 2022
author:
name: NASA
url:
taxonomy:
- name: Topics
values:
- Disasters
- name: Source
values:
- Planet
infoDescription: |
::markdown
PlanetScope provides 3-band RGB imagery at 3-meter ground resolution which
can support building-scale analysis of the land surface. In the aftermath of
natural disasters associated with high wind speeds, homes with damaged roofs
typically are covered with blue tarps to protect the interior of the home
from further damage. Using machine learning, blue tarps can be detected from
the PlanetScope imagery using pre-event cloud free images to detect blue
pixels and potential impacts after a natural disaster.
layers:
- id: blue-tarp-detection
stacCol: blue-tarp-detection
name: "Blue tarp detections"
type: raster
description: "machine learning generated blue tarp detections. Includes copyrighted material of Planet. All rights reserved."
zoomExtent:
- 14
- 20
sourceParams:
resampling: cubic_spline
bidx: 1
colormap_name: reds
rescale:
- 0
- 400
info:
source: NASA
spatialExtent: Puerto Rico
temporalResolution: Sub-Annual
unit: N/A
- id: blue-tarp-planetscope
stacCol: blue-tarp-planetscope
name: PlanetScope input RGB imagery used for blue tarp detection
type: raster
description: "PlanetScope input RGB imagery used for blue tarp detection. Includes copyrighted material of Planet. All rights reserved."
zoomExtent:
- 14
compare:
datasetId: ps_blue_tarp_detections
layerId: blue-tarp-detection
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
}
info:
source: NASA
spatialExtent: Puerto Rico
temporalResolution: Sub-Annual
unit: N/A
---
<Block>
<Prose>
PlanetScope provides 3-band RGB imagery at 3-meter ground resolution which
can support building-scale analysis of the land surface. In the aftermath of
natural disasters associated with high wind speeds, homes with damaged roofs
typically are covered with blue tarps to protect the interior of the home
from further damage. Using machine learning, blue tarps can be detected from
the PlanetScope imagery using pre-event cloud free images to detect blue
pixels and potential impacts after a natural disaster.
</Prose>
</Block>
<Block>
<Prose>
## Scientific research Detection of blue tarps from high resolution imagery
can inform disaster response of the most impacted locations. Additionally,
given the frequency with which PlanetScope scenes are retrieved from the
satellite, the rate of recovery for a given location can also be tracked
over time. This can also support disaster response to provide aid to
specific locations where recovery efforts are lacking.
</Prose>
</Block>
<Block type="full">
<Figure>
<Map
datasetId="ps_blue_tarp_detections"
layerId="blue-tarp-planetscope"
zoom={17}
dateTime="2022-02-12"
compareDateTime="2022-02-12"
center={[-90.0613, 29.914]}
/>
<Caption attrAuthor="NASA" attrUrl="https://nasa.gov/">
Blue tarp detections in Jefferson Parish, LA on February 12, 2022.
</Caption>
</Figure>
<Prose>
## Interpreting the data Machine learning-based detections of blue tarps are
displayed as red pixels on the basemap and are available for both Hurricane
Maria (2017) and Hurricane Ida (2021). The input true color imagery used to
produce the detections are also added as an additional layer and can be used
for qualitative validation of the detections.
</Prose>
</Block>
<Block>
<Prose>
## Credits
1. Source data made available through the NASA Commercial Smallsat Data Acquisition (CSDA) Program
</Prose>
</Block>
<Block>
<Prose>
## Additional resources
1. [Machine Learning activities at NASA IMPACT](https://impact.earthdata.nasa.gov/project/ml.html)
2. [Commercial Smallsat Data Acquisition Program](https://www.earthdata.nasa.gov/esds/csda)
</Prose>
</Block>