CleanRawFile: Clean raw file from a logging device

Description Usage Arguments

Description

General clean up and subset of raw file from logger. Currently implemented for GiPSy-5 micro and B5 GPS loggers and for HOBO data loggers

Usage

1
CleanRawFile(file = NULL, outfile = NULL, HDOPmax = 3.02, type = NULL)

Arguments

file

character Path to the raw data file

outfile

character Path to the cleaned file (incl name of file). Only used if type = GiPsS-5

HDOPmax

numeric The maximum value of HDOP allowed. Rows with values above this will be removed from the returned data.table and the cleaned file written to disk. Only used if type = GiPsS-5

type

character Type of the data logger. Either gipsy-5, hobo or b5


LDalby/loggr documentation built on May 8, 2019, 5:48 p.m.