forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_10.R
More file actions
32 lines (30 loc) · 852 Bytes
/
TK_10.R
File metadata and controls
32 lines (30 loc) · 852 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
25
26
27
28
29
30
31
32
#' ---
#' 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)
#' - Take notes on interesting or useful things you learned in your course repository.
#' ---
#'
#'
#' `r presframe()`
#'
#' # Reading
#'
## ----reading,results='asis',echo=F---------------------------------------
md_bullet(rmarkdown::metadata$reading)
#'
#' # Tasks
#'
## ----tasks,results='asis',echo=F-----------------------------------------
md_bullet(rmarkdown::metadata$tasks)
#'
#' # More Resources
#'
#' <iframe width="560" height="315" src="https://www.youtube.com/embed/8VHzCiupTVo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
#'