cattrack_gps_to_dataset: Convert Cattrack GPS data to Arrow dataset

View source: R/Cattrack_to_Arrow.R

cattrack_gps_to_datasetR Documentation

Convert Cattrack GPS data to Arrow dataset

Description

Reads Cattrack GPS data and adds it to an arrow dataset

Usage

cattrack_gps_to_dataset(data, deployments, output_dataset, plot = T)

Arguments

data

Data passed from seabiRds::cattrack_to_dataset()

deployments

Deployment data formatted using seabiRds::formatDeployments()

output_dataset

Path where arrow dataset should be saved

plot

Should plot of data be generated, TRUE or FALSE?

Value

Code checks that data meet formatting requirements. Produces a plot showing a time series of distance from the colony and a map of locations from the GPS. Deployed data are shown in black, undeployed data are shown in red, and deployment start/end times are shown with dashed vertical red lines.

Output is saved to an arrow dataset at the location indicated by output_dataset.


allisonglider/seabiRds documentation built on Feb. 14, 2025, 7:37 a.m.