Skip to content

Commit

Permalink
version12: change i80 bay bridge ramp useclass by time periods (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Sep 11, 2021
1 parent 5ac379d commit 15f455b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
project: Year 2015 Modify USE on I-80 WB to Bay Bridge Toll Plaza
category: Calculated Roadway
tags:
- Year 2015
- Exclude Trucks
- Managed Lanes
---

self.links_df.loc[self.links_df['model_link_id'] == 3061568, 'useclass'] = [{'default': 0, 'timeofday': [{'time': (21600, 36000), 'value': 3},{'time': (54000, 68400), 'value': 3}]}]
self.links_df.loc[self.links_df['model_link_id'] == 3149471, 'useclass'] = [{'default': 0, 'timeofday': [{'time': (21600, 36000), 'value': 3},{'time': (54000, 68400), 'value': 3}]}]
51 changes: 0 additions & 51 deletions project_cards/year_2015_managed_lane_i80_ramp_to_bay_bridge.yml

This file was deleted.

0 comments on commit 15f455b

Please sign in to comment.