UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
386 stars 84 forks source link

Allow inspection of the precomputed network from python #97

Open federicofernandez opened 6 years ago

federicofernandez commented 6 years ago

Right now it is not possible AFAIK to inspect the network object after it has been processed by the contraction hierarchies code. Usually, that process goes well, but there is a suspicion that for a particular case some nodes are not present in the computed network. It would be great to have methods to inspect the processed network.