Cleans a directory of animal data files and stores them locally in rds format
clean_store_batch(
data_info,
filters = TRUE,
zoom = 11,
get_slope = TRUE,
get_aspect = TRUE,
min_lat = data_info$min_lat,
max_lat = data_info$max_lat,
min_long = data_info$min_long,
max_long = data_info$max_long,
tz_in = "UTC",
tz_out = "UTC"
)
list of animal data frames with information about the data, generated by store_batch
filter bad data points, defaults to true
level of zoom, defaults to 11
logical, whether to compute slope (in degrees), defaults to true
logical, whether to compute aspect (in degrees), defaults to true
minimum latitude for filtering, defaults to min in data_info
maximum latitude for filtering, defaults to max in data_info
minimum longitude for filtering, defaults to min in data_info
maximum longitude for filtering, defaults to max in data_info
input time zone, defaults to UTC
output time zone, defaults to UTC
df of metadata for animal file directory