Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSmall change to sum_network_routes function #177
Conversation
…nations of routes.
|
Looks good. Just looking over these functions and noticed they don't have examples. Could be useful to add I think. |
|
Yes, that's true. The example is in the main SpatialLinesNetwork class rather than the individual functions. I'll add some simple examples. |
|
Thanks |
|
I have added examples. They are derivatives of the main example for the class to keep things consistent. |
|
Good plan to use existing data for examples - will greatly improve the ability of others to use those functions. I've updated the NEWS accordingly: 8b045f3 |
This PR speeds up calculating combinations of routes using a SpatialLinesNetwork. This is useful if you want to calculate all routes from a single origin to many destinations or many origins to the same set of destinations.