Skip to content

Commit

Permalink
version 12: separate gg ferries from gg transit zonal bus fare
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Sep 10, 2021
1 parent 265d0cf commit 85f05a2
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
project: change gg ferries from zonal to flat fare
category: Add Transit
tags:
- 'Minor Transit'
dependencies:
---

self.feed.stops.loc[(self.feed.stops.stop_name == "San Franciso Ferry Terminal") & (self.feed.stops.model_node_id == "1027623"), 'zone_id'] = np.nan

self.feed.stops.loc[(self.feed.stops.stop_name == "Sausalito Ferry Terminal") & (self.feed.stops.model_node_id == "5026533"), 'zone_id'] = np.nan

self.feed.stops.loc[(self.feed.stops.stop_name == "Larkspur Ferry Terminal") & (self.feed.stops.model_node_id == "5026532"), 'zone_id'] = np.nan

0 comments on commit 85f05a2

Please sign in to comment.