Would it be possible to add another function or augment sln_add_node to add multiple nodes at one time? It can only add one node per function call right now.
I have a long list of nodes to add to a spatial lines network and cannot implement an lapply method due to the nature of sf objects.
Would it be possible to add another function or augment
sln_add_nodeto add multiple nodes at one time? It can only add one node per function call right now.I have a long list of nodes to add to a spatial lines network and cannot implement an
lapplymethod due to the nature of sf objects.