tidy_transects | R Documentation |
Tidy transects Read in gpx file of planned survey transects (as either route or track) and convert to sf LINESTRING object
tidy_transects(
file_name,
dir = NULL,
type = "route",
depth_cutoff_object = NULL
)
route |
true/false whether the object is a route (= linestring object) |
## Not run:: test <- tidy_transects(file_name = "18km_full_2.gpx", iteration = 2, route = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.