View source: R/geometrical_functions_sf.R
heal_edges | R Documentation |
Merge Lines if they form a longer linestring without external intersections (experimental)
heal_edges(lines, digits = 3, verbose = TRUE)
lines |
A feature collection of linestrings |
digits |
An integer indicating the number of digits to keep in coordinates |
verbose |
A boolean indicating if a progress bar should be displayed |
A feature collection of linestrings with the eventually merged geometries. Note that if lines are merged, only the attributes of the first line are preserved
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.