Create a toy sfnetwork with arbitrary complexity #171
agila5
started this conversation in
Show and tell
Replies: 1 comment
-
In v1.0, this is now implemented in as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following code can be used to create a toy
sfnetwork
object with an arbitrary degree of complexity (i.e. number of nodes and edges):Created on 2021-09-03 by the reprex package (v2.0.1)
Clearly, the toy objects are not realistic simulations for street or river networks, but I think they could be useful for running (not 100% accurate) benchmarks on large graphs without loading/downloading OSM data. Slightly related to #79.
Beta Was this translation helpful? Give feedback.
All reactions