lines: the original feature collection of linestrings;
spvertices: a feature collection of points representing the vertices
of the graph;
digits : the number of digits kept for the coordinates.
Arguments
lines
A feature collection of lines
digits
The number of digits to keep from the coordinates
line_weight
The name of the column giving the weight of the lines
attrs
A boolean indicating if the original lines' attributes should be
stored in the final object
Details
This function can be used to generate an undirected graph object (igraph
object). It uses the coordinates of the linestrings extremities to create
the nodes of the graph. This is why the number of digits in the coordinates
is important. Too high precision (high number of digits) might break some
connections.