readGPSData | R Documentation |
Reads in raw GPS data and sets up standard field names.
readGPSData(
inputFolder,
deployments,
tagTZ = "UTC",
tagType = "Technosmart",
dateFormat = "%d-%m-%Y"
)
inputFolder |
Folder containing all the raw GPS files to be processed. |
deployments |
Name of object with deployment data. |
tagTZ |
Timezone of GPS data. |
tagType |
Type of GPS biologger used, options are "Technosmart", "Ecotone", and "Cattrack. |
dateFormat |
POSIXct string indicating how dates are formatted in the GPS files. |
Technosmart can export GPS data with the following date formats:
The function will print lists of: GPS files that contain no data, GPS files that have no matching deployments in the deployment data, and deployments that have no matching GPS files. This is intended to help you identify errors in data entry or file naming. For technosmart units, I recommend you re-export data any time you change the file name because X-Manager includes the file name as a column in the data.
A new dataframe containing all GPS data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.