subsample SSM-predicted locations to 6-h intervals, write annotated files to .csv

wc_write_csv(
  wc_ssm,
  fit,
  what,
  meta,
  program = "atn",
  path = NULL,
  dropIDs = NULL,
  suffix = "_nrt",
  pred.int = 6
)

Arguments

wc_ssm

SSM-appended WC tag datafiles - output of append_wc_ssm

fit

final SSM fit object

what

specify whether predicted or rerouted locations are to be used

meta

metadata

program

Determines structure of output metadata. Currently, either imos or atn.

path

path to write .csv files

dropIDs

individual WC DeploymentID's to be dropped

suffix

suffix to add to .csv files (_nrt, _dm, or _hist)

pred.int

prediction interval to use for sub-sampling predicted locations (default = 6 h)