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 upAdd more comprehensive example of SpatialLinesNetwork() #186
Conversation
|
@richardellison the aim here is to show the user what is going on (partly for my own understanding). This what I get - makes sense, going from point 1 to 50 on the map: |
|
I'm looking into this, taking a bit longer than I expected to track down. It seems the source of the problem is how the igraph nodes are linked back to specific coordinates which is resulting in problems in constructing the final line because in some cases coordinates need to be reversed and the incorrect node coordinates are resulting in this being done incorrectly. |
|
Hmm yes igraph nodes seem non-trivial. Best of luck with it and let me know if there's anyway I can help. Sorry if I just opened a can of worms! (Heads up @edzer - any guidance welcome.) |
Fixes the issue @Robinlovelace noticed in #186
8efcb9d
into
ropensci:master


No description provided.