extracts data from X-Locations.csv (Argos), X-FastGPS.csv, ECDHistos.csv, Histos.csv, MixLayer.csv, PDTs.csv, DSA.csv, MinMaxDepth.csv, HaulOut.csv, and SST.csv files. Extracted data are aggregated across individual tags and returned in a single named list with the following data.frames:

  • Argos

  • FastGPS

  • ECDHistos_SCOUT_TEMP_361A

  • ECDHistos_SCOUT_DSA

  • Histos

  • Mixlayer

  • PDTs

  • DSA

  • MinMaxDepth

  • Haulout

  • SST WC tag data files downloaded via download_data will be stored in separate, tag-specific subdirectories. path2data should point to the outer directory.

wc_pull_data(path2data, subset.ids)

Arguments

path2data

path to all WC tag data files.

subset.ids

a single column .CSV file of WC UUID's to be included in the QC, with uuid as the variable name.