forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_10.Rmd
More file actions
26 lines (20 loc) · 465 Bytes
/
TK_10.Rmd
File metadata and controls
26 lines (20 loc) · 465 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Remote Sensing
subtitle: Processing MODIS data from NASA
week: 10
type: Task
presentation: PS_10_RS.html
reading:
-
tasks:
- Work through the materials on [processing MODIS RS data](09_RemoteSensing_appeears.html)
---
```{r, echo=FALSE, message=FALSE, results='hide', purl=FALSE}
source("functions.R")
source("knitr_header.R")
```
`r presframe()`
# Reading
```{r reading,results='asis',echo=F}
md_bullet(rmarkdown::metadata$reading)
```