Skip to content

Commit

Permalink
bug in caltrain gilroy project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Sep 24, 2024
1 parent 050aab5 commit db0f24a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
8 changes: 4 additions & 4 deletions project_cards/caltrain-gilroy-extension.wrangler
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
sb_stop_times_add_df = pd.DataFrame(
{"trip_id" : ["7973", "7973","7973",
"7973", "7973", "7973"],
"stop_sequence" : [11,12,13,14,15,16],
"stop_sequence" : [12,13,14,15,16,17],
"arrival_time" : [4560,4980,5340,
6120,6480,7260],
"departure_time" : [4560,4980,5340,
Expand Down Expand Up @@ -79,8 +79,8 @@ nb_stop_times_add_df = pd.DataFrame(
1920,2280,2700],
"departure_time" : [0,780,1140,
1920,2280,2700],
"stop_id" : ["6662","6660","6658",
"6656","6654","6652"]
"stop_id" : ["6663","6661","6659",
"6657","6655","6652"]
}
)

Expand All @@ -99,7 +99,7 @@ nb_shapes_add_df = pd.DataFrame(
"484", "484", "484"],
"shape_pt_sequence" : [1,2,3,4,5,6],
"shape_model_node_id" : ["2192813","2192812","2192811",
"2192810","2192809","2192808"],
"2192810","2192809","2192814"],
}
)

Expand Down
11 changes: 2 additions & 9 deletions project_cards/caltrain-gilroy-northbound-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,9 @@ changes:
- category: Add New Roadway
links:
- A: 2192809
B: 2192808
B: 2192814
model_link_id: 26067405
lanes: 1
ft: 99
rail_only: 1
- category: Add New Roadway
links:
- A: 2192808
B: 2192807
model_link_id: 26067406
lanes: 1
ft: 99
rail_only: 1

0 comments on commit db0f24a

Please sign in to comment.