Pandana network instantiation pdna.Network() should fail gracefully when the nodes dataframe does not have the correct index set as its node id. Currently network creation function will throw a memory error when this happens. Should be easy to catch this type of issue before failure and print the problem.
Example of issue:
Pandana network instantiation
pdna.Network()
should fail gracefully when the nodes dataframe does not have the correct index set as its node id. Currently network creation function will throw a memory error when this happens. Should be easy to catch this type of issue before failure and print the problem. Example of issue:Memory error:
No memory error: