View source: R/neighbouring_sf.R
prepare_elements_netlistw | R Documentation |
Function to prepare selected points and selected lines during the process.
prepare_elements_netlistw(is, grid, snapped_points, lines, maxdistance)
is |
The indices of the quadras to use in the grid |
grid |
A feature collection of polygons representing the quadras to split calculus |
snapped_points |
The start and end points snapped to the lines |
lines |
The lines representing the network |
maxdistance |
The maximum distance between two observation to considere them as neighbours. |
A list of two elements : selected points and selected lines
#no example provided, this is an internal function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.