Skip to content

Commit

Permalink
CNTYPE for bus-only links
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Mar 31, 2021
1 parent 768930c commit 7795c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lasso/mtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ def _calculate_cntype(x):
return "MAZ"
if x.roadway == "tap":
return "TAP"
if x.bus_only == 1:
return "TANA"
if x.drive_access == 1:
return "TANA"
elif x.walk_access == 1:
Expand Down

0 comments on commit 7795c1b

Please sign in to comment.