#' ---
#' title: APIs, time-series, and weather Data
#' subtitle: Processing daily weather data from NOAA
#' week: 9
#' type: Task
#' presentation: PS_09_weather.html
#' reading:
#' - Overview of the [GHCN Dataset](https://www.ncdc.noaa.gov/data-access/land-based-station-data/land-based-datasets/global-historical-climatology-network-ghcn)
#' - Overview of [R and APIs](https://tclavelle.github.io/blog/r_and_apis/)
#' - Optional DataCamp course [Working with Web Data in R](https://www.datacamp.com/courses/working-with-web-data-in-r)
#' tasks:
#' - Complete the Case Study for this week.
#' ---
#'
#'
#' `r presframe()`
#'
#' # Reading
#'
## ----reading,results='asis',echo=F---------------------------------------
md_bullet(rmarkdown::metadata$reading)
#'
#'