Skip to content

Commit

Permalink
Update project cards and API to be consistent with projectcard structure
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lo committed Dec 12, 2023
1 parent ff21855 commit fdfa5b2
Show file tree
Hide file tree
Showing 71 changed files with 2,339 additions and 1,321 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -65,4 +65,5 @@ env/
.project
.pydevproject
.settings
.vscode
*.hubstorinfo
45 changes: 0 additions & 45 deletions examples/stpaul/project_cards/12_transit_shape_change.yml

This file was deleted.

26 changes: 0 additions & 26 deletions examples/stpaul/project_cards/2_multiple_roadway.yml

This file was deleted.

77 changes: 0 additions & 77 deletions examples/stpaul/project_cards/6_roadway_split_property_change.yml

This file was deleted.

135 changes: 135 additions & 0 deletions examples/stpaul/project_cards/mixed.transit_roadway.yml
@@ -0,0 +1,135 @@
project: mixed roadway transit project
changes:
- transit_property_change:
service:
direction_id: 1
route_id: 452-111
time:
- 06:00:00
- 09:00:00
property-changes:
headway_secs:
change: -1800.0
- transit_property_change:
service:
direction_id: 1
route_id: 134-111
time:
- 06:00:00
- 09:00:00
property-changes:
headway_secs:
change: 1800.0
- transit_property_change:
service:
direction_id: 0
route_id: 921-111
time:
- 09:00:00
- '15:00:00'
property-changes:
headway_secs:
change: -300.0
- roadway_deletion:
links:
model_link_id:
- 281
- 477533
- roadway_addition:
links:
- A: 3230
AADT: 0
count_AM: 0
B: 3262
bike_facility: 3
distance: 0.10462
count_daily: 0
HOV: 0
lanes: 1
model_link_id: 999998
count_MD: 0
count_NT: 0
count_PM: 0
roadway_class: 40
ttime_assert: 0.0
trn_priority: 0
bike_access: 1
drive_access: 1
transit_access: 0
walk_access: 1
- A: 3262
AADT: 0
count_AM: 0
B: 3230
bike_facility: 3
distance: 0.10462
count_daily: 0
access: 0
lanes: 1
model_link_id: 999997
count_MD: 0
count_NT: 0
count_PM: 0
roadway_class: 40
ttime_assert: 0.0
trn_priority: 0
bike_access: 1
drive_access: 1
transit_access: 0
walk_access: 1
nodes:
- X: -93.18389
Y: 44.96898
bike_node: 0
drive_node: 1
transit_node: 0
walk_node: 0
travelModelId: 354388
- roadway_property_change:
facility:
links:
model_link_id:
- 280
property-changes:
roadway_class:
existing: 20
set: 40
bike_facility:
existing: 0
set: 3
walk_access:
existing: 0
set: 1
bike_access:
set: 1
distance:
set: 10.0
- roadway_property_change:
facility:
links:
model_link_id:
- 282
property-changes:
roadway_class:
existing: 20
set: 40
bike_facility:
set: 3
walk_access:
set: 1
bike_access:
set: 1
distance:
set: 10.0
- roadway_property_change:
facility:
links:
model_link_id:
- 224
property-changes:
roadway_class:
existing: 30
set: 40
distance:
set: 0.10462

Expand Up @@ -5,5 +5,4 @@ roadway_deletion:
links:
model_link_id:
- 477533
mode: walk
notes: Simple project card to delete roadway

0 comments on commit fdfa5b2

Please sign in to comment.