make_waypoints: Import and summarise waypoints.

Description Usage Arguments Value

View source: R/make_waypoints.R

Description

Import waypoints from .gpx files and convert to .csv and shapefiels.

Usage

1
2
3
make_waypoints(folder_gpx, river_shape, folder_result, track_data = NA,
  date_start = NA, date_end = NA, make_shape_wp = FALSE,
  way_csv = NA)

Arguments

folder_gpx

Location of folder containing .gpx files.

river_shape

Location of folder containing shapefile to define survey zones

folder_result

Location where results are saved.

track_data

Optional. List with track data.frame in function make_tracks. Used to include trip details.

date_start

Optional. Character of start date ("dd/mm/yyyy").

date_end

Character of end date ("dd/mm/yyyy").

make_shape_wp

Logical (TRUE/FALSE). Generate shapefile with waypoints.

way_csv

Required. What type of .csv to export? ".csv" or ".csv2"

Value

Writes a .csv file and shapefiles with waypoints from .gpx files.


darrennorris/rgps documentation built on Sept. 17, 2019, 9:23 a.m.