extract_daily
takes a file path to img format CRW data and previosly
created extraction shape file, extracts daily SST values and outputs to
csv.
extract_daily(pathin)
a csv format file containing daily SST data for all points in the extraction shape file.
Takes a file path to img format files (the working directory where
`img_data/` is found), previously created by (nc_to_img
),
then using the previously created extraction shape file
(create_vectors
), extracts daily SST values and writes them
to csv.
if (FALSE) { # \dontrun{
extract_daily(pathin = ".")
} # }