extractFeatsPALMSDir: Extract GPS features from a PALMS directory

Description Usage Arguments Author(s) See Also

View source: R/GPS_features.R

Description

Function to extract GPS features from a directory containing PALMS-filtered GPS data files.

Usage

1
extractFeatsPALMSDir(inputDir, outputDir, winSize, names=NULL)

Arguments

inputDir

Path to a directory containing PALMS-filtered GPS data files. Each file should be a csv file with the following fields: identifier, dateTime, speed, distance, duration, ele, elevationDelta, lat, lon, nsatUsed, nsatView, snrUsed, snrView, fixType.

outputDir

Path to a directory to save computed features. A separate directory for each input file will be created containing features for each day.

winSize

Window size in seconds.

names

(Optional) If provided, compute features only for filenames in this list.

Author(s)

Katherine Ellis

See Also

extractFeatsPALMSOneFile, computeOneGPSFeat


kkatellis/TLBC documentation built on May 20, 2019, 10:26 a.m.