View source: R/geometrical_functions_sf.R
cut_lines_at_distance | R Documentation |
Cut lines in a feature collection of linestrings at a specified distance from the begining of the lines.
cut_lines_at_distance(lines, dists)
lines |
The feature collection of linestrings to cut |
dists |
A vector of distances, if only one value is given, each line will be cut at that distance. |
A feature collection of linestrings
# This is an interal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.