UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
127 stars 16 forks source link

New function: dodgr_dists_nearest() #203

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

To return for each from point just one single distance of the shortest distance to the nearest one of a set of to points.

mpadge commented 1 year ago

Those commits add all of the functionality; just need to add tests.