Reads waypoints from a gpx file.
ps_read_waypoints_gpxs(
dir,
pattern = "[.]gpx$",
recursive = FALSE,
crs = getOption("ps.crs", 4326)
)
An sf object with a tibble of the datetime (POSIXct) and the file path (character) and a sfc_POINT geometry of three dimensional points where the third dimension is the elevation in m.
ps_read_waypoints_gpx