forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPS_10_RS.Rmd
More file actions
297 lines (171 loc) · 6.86 KB
/
PS_10_RS.Rmd
File metadata and controls
297 lines (171 loc) · 6.86 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
---
title: Processing Data from Satellite Remote Sensing
---
```{r, echo=FALSE, message=FALSE, results='hide', purl=FALSE}
source("../functions.R")
library(kableExtra)
options(knitr.table.format = 'markdown')
knitr::opts_chunk$set(cache=T,
fig.width=6,
fig.height=3,
dpi=200,
dev="png")
library(knitr)
```
## Objectives
* Brief introduction to remote sensing
* Obtaining NASA remote sensing data
* MODIS
* MODIS data processing
## Active Earth Observing Satellites (EOS) (as of 8/31/2015)
* Total number of operating satellites: 1,305
* Total Earth Observing Satellites (EOS): 333
* United States: 34%
* China: 21%
* Japan 6.3%
From the [Union of Concerned Scientists Satellite Database](http://www.ucsusa.org/nuclear-weapons/space-weapons/satellite-database.html#.VjzlnoS98VQ) and [Pixalytics Blog](http://www.pixalytics.com/blog/)
## Debris & Satellites in low Earth orbit
<img src="PS_10_assets//satellites.jpg" alt="alt text" width="75%">
Image courtesy of [European Space Agency](http://www.esa.int/spaceinimages/Images/2008/03/Debris_objects_-_mostly_debris_-_in_low_Earth_orbit_LEO_-_view_over_the_equator)
## NASA's Earth Observing System
<img src="PS_10_assets//eos.jpg" alt="alt text" width="75%">
## Passive Remote Sensing
## Electromagnetic Radiation
<img src="PS_10_assets/spectrum.png" alt="alt text" width="100%">
## EarthData
[EarthData.nasa.gov](https://earthdata.nasa.gov)
Datasets, news, articles, information
<img src="PS_10_assets//Earthdata1.png" alt="alt text" width="75%">
## EarthData
[EarthData.nasa.gov](https://earthdata.nasa.gov)
Datasets, news, articles, information
<img src="PS_10_assets//Earthdata2.png" alt="alt text" width="75%">
# MODIS
## Moderate Resolution Imaging Spectroradiometer (MODIS)
<img src="PS_10_assets//TerraLaunch.png" alt="alt text" width="75%">
2 Satellites _Terra_ launched in 1999, _Aqua_ in 2002.
## Technical Details: swath
<img src="PS_10_assets//terra.png" alt="alt text" width="75%">
Viewing swath width of 2,330 km
Technical Details: spatial coverage
---
<img src="PS_10_assets//first_complete_day_from_modis.jpg" alt="alt text" width="75%">
Covers Earth every one to two days
Technical Details: spectral coverage
---
<img src="PS_10_assets//spectrum2.png" alt="alt text" width="75%">
36 spectral bands between 0.405 and 14.385 µm
Technical Details: spatial resolution
---
<img src="PS_10_assets//resolution.jpg" alt="alt text" width="50%">
3 spatial resolutions -- 250m, 500m, and 1,000m
## MODIS Data Processing
* Tracking and Data Relay Satellite System in White Sands, New Mexico
* EOS Data and Operations System @ Goddard Space Flight Center in Greenbelt, MD
* MODIS Adaptive Processing System (MODAPS)
* 3 DAACs for distribution
## MODIS products (a subset...)
## Atmosphere
* Aerosol & Clouds
* Total Precipitable Water
## Cryosphere Products
* Snow Cover
* Sea Ice and Ice Surface Temperature
## Ocean Products
* Sea Surface Temperature
* Sub-surface Chlorophyll-a Concentration
* Particulate Carbon
* Photosynthetically Available Radiation
## Land Products
* Surface Reflectance
* Land Surface Temperature and Emissivity
* Land Cover Products
* Vegetation Index Products (NDVI and EVI)
* Thermal Anomalies - Active Fires
* Photosynthetically Active Radiation (FPAR) / Leaf Area Index (LAI)
* Evapotranspiration
* Primary Productivity
* Vegetation Continuous Fields
* Water Mask
* Burned Area Product
## Example product workflow
<img src="PS_10_assets//VI_flow.png" alt="alt text" heigt="90%">
MODIS Products used to generate vegetation indices. From the [MOD13 Algorithm Theoretical Basis Document](http://modis.gsfc.nasa.gov/data/atbd/atbd_mod13.pdf).
# Data
## Data formats
Most NASA EOS data distributed as HDF files, which are very similar to netCDF.
<img src="PS_10_assets//NETCDF4Library.jpg" alt="alt text" width="75%">
## NetCDF / HDF
<img src="PS_10_assets//netcdf2.png" alt="alt text" width="75%">
## Collection-Level Naming Conventsions
`MODIS/Terra Surface Reflectance 8-Day L3 Global 500m SIN Grid V005`
* `MODIS/Terra` - Instrument/Sensor
* `Surface Reflectance` - Geophysical Parameter
* `8-Day` - Temporal Resolution
* `L3` - Processing Level
* `Global` - Global or Swath
* `500m` - Spatial Resolution
* `SIN Grid` - Gridded or Not
* `V005` - Collection Version
## MODIS Gridding system

## Filename Conventions
`MOD09A1.A2006001.h08v05.005.2006012234657.hdf`
* `MOD09A1` - Product Short Name
* `.A2006001` - Julian Date of Acquisition (A-YYYYDDD)
* `.h08v05` - Tile Identifier (horizontalXXverticalYY)
* `.005` - Collection Version
* `.2006012234567` - Julian Date of Production (YYYYDDDHHMMSS)
* `.hdf` - Data Format (HDF-EOS)
## MODIS Temporal Resolution
* Daily
* 8-Day
* 16-Day
* Monthly
* Quarterly
* Yearly
## MODIS Spatial Resolution
* **Bands 1–2** 250-meter
* **Bands 3–7** 500-meter
* **Bands 8–36** 1000-meter
## MODIS Data
### Distributed Active Archive Centers (DAACs)
* **Level 1 data:** geolocation, cloud mask, and atmosphere products [ladsweb.nascom.nasa.gov](http://ladsweb.nascom.nasa.gov/)
* **Land products:** [lpdaac.usgs.gov](https://lpdaac.usgs.gov/)
* **Cryosphere (snow/ice) products:** [nsidc.org/daac/modis](http://nsidc.org/daac/modis/index.html)
* **Ocean color and sea surface temperature:** [oceancolor.gsfc.nasa.gov](http://oceancolor.gsfc.nasa.gov/)
## Accessing data
The Land Processes Distributed Active Archive Center has a nice "Data Discovery" Tool:

## MODIS Products Table
Lists [all available MODIS land products]()

## Annual Land Cover Type Description

## Detailed layer information

## Data access links

Downloading: `http`/`ftp` access
---

or the [LP DAAC2Disk Download Manager](https://lpdaac.usgs.gov/sites/default/files/public/datapool/DAAC2DiskUserGuide.pdf) which builds a download script.
## MODIS Reprojection Tool
Available at [lpdaac.usgs.gov/tools/modis_reprojection_tool](https://lpdaac.usgs.gov/tools/modis_reprojection_tool).

## MODIS Reprojection Tool: Subset & Reproject

`MCD12Q1.A2012001.h12v04.051.2014288200441.hdf`
Application for Extracting and Exploring Analysis Ready Samples (AppEEARS)
---

[https://lpdaacsvc.cr.usgs.gov/appeears/](https://lpdaacsvc.cr.usgs.gov/appeears/)
* Provide access to regional subsets
* Merge across tiles
* Download full time series
## Data Subset

Submit and wait for results...
## Presentation Credits
* Images: NASA
* Some contents from Steve Ackerman `stevea@ssec.wisc.edu`, Cooperative Institute for Meteorological Satellite Studies, University of Wisconsin-Madison