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)

Arguments

pathin

a character file path to the working directory (see details).

Value

a csv format file containing daily SST data for all points in the extraction shape file.

Details

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.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/dbcaDHW/index.html the dbcaDHW website

Examples

if (FALSE) { # \dontrun{
extract_daily(pathin = ".")
} # }