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
)SSM-appended WC tag datafiles - output of append_wc_ssm
final SSM fit object
specify whether predicted or rerouted locations are to be used
metadata
Determines structure of output metadata. Currently, either imos or atn.
path to write .csv files
individual WC DeploymentID's to be dropped
suffix to add to .csv files (_nrt, _dm, or _hist)
prediction interval to use for sub-sampling predicted locations (default = 6 h)