Skip to content

Distance for some OD pairs is "N/A" #33

Answered by jdlph
Anjun93 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for pointing this out!

The accessibility evaluation is based on the shortest path calculation between each OD pair. When N/A appears in fields accessibility and distance for an OD pair in od_accessibility.csv, it indicates that there is NO path between the two zones or the shortest path exceeds the maximum distance, which is 2147483647 (the maximum positive value for a 32-bit signed binary integer) defined in consts.py.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jdlph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #26 on March 14, 2023 23:53.