process_gps_barlt: Process GPS log file for BarLT

View source: R/read_files.R

process_gps_barltR Documentation

Process GPS log file for BarLT

Description

Extracts out lat/lon locations from gps log files will drop locations before a given date, but does not drop duplicate locations

Usage

process_gps_barlt(
  base_folder,
  file_list,
  deploy_start_date,
  check_dists,
  site_pattern,
  ...
)

Arguments

base_folder

base_folder where files are stored

file_list

file list relative to base_folder

deploy_start_date

first date of deployment

Value

Returns a data frame with lat/lon for each location and date collected


dhope/ARUtools documentation built on Jan. 18, 2024, 5:47 a.m.