Skip to content

Commit

Permalink
make TriDelta route 300 express bus (version 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Aug 5, 2021
1 parent 298a3a2 commit fd328eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lasso/mtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,9 @@ def _is_express_bus(x):
if x.agency_name == "Vine (Napa County)":
if x.route_short_name in ["29"]:
return 1
if x.agency_name == "Tri Delta Transit":
if x.route_short_name in ["300"]:
return 1
return 0

def _special_vehicle_type(x):
Expand Down

0 comments on commit fd328eb

Please sign in to comment.