CombDat: Combine ATS and Vectronic Data

Description Usage Arguments Value Examples

Description

This function combines ATS Iridium data and the csv files downloaded by vectronic GPS Plus X

Usage

1
2
CombDat(vecpath, ATSUsers, ATSPass, tempdir, ST = TRUE, STUser = NULL,
  STPass = NULL, yourlink)

Arguments

vecpath

Path your Vectronic GPS Plus X Program saves CSV files to

ATSUsers

a character vector of all ATS Iridium login Usernames

ATSPass

a character vector of all ATS Iridium login passwords

tempdir

a temporary directory to store files in when downloading from ATS site

ST

do you have sirtrack data TRUE/FALSE

STUser

SirTrack Username

STPass

SirTrack Password

Value

Resulting object is a spatial points data frame of your ATS and vectronics data downloaded using GPS Plus X as a csv Spatial Data Column Description:

CollarSerialNumber

Collar Serial Number

TelemDate

POSIX Field of collare fixes in the USER'S timezone. NOTE: may need to alter timezone

HDOP

Horizontal Dilution of Precision

2D/3D

Whether fix is a 2d or 3d fix. Values are either 2 or 3

Temperature

Temperature reported by collar

Examples

1
2
3
4
dd<-CombDat(vecpath='F:/Box Sync/DEER/Data/Vectronic/VecData',
ATSUsers=c('user1','user2'),
ATSPass = c('pass1','pass2'),
tempdir='C:/Users/mhayes1/Desktop/temp')

MovingUngulate/Collar documentation built on May 31, 2019, 10:45 p.m.