Skip to content

Commit

Permalink
Added TravelTimeReporter.py and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood committed May 6, 2024
1 parent 9928e8d commit d5f0608
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/python/AMTravelTimeReporterConfigs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
time_period: AM
time_threshold: 45
infinity: 999
outfile: walkMgrasWithin45Min_AM.csv

transit_skim_matrices: # If set to True, replace values of zero with the number set as infinity
WALK_MIX_FIRSTWAIT__{}: False
WALK_MIX_XFERWALK__{}: False
WALK_MIX_XFERWAIT__{}: False
WALK_MIX_TOTALIVTT__{}: True

traffic_skim_matrices: # If set to True, replace values of zero with the number set as infinity
HOV3_M_DIST__{}: False
HOV3_M_TIME__{}: False
SOV_NT_L_TIME__{}: False

active_skim_files:
walk_time: maz_maz_walk.csv
bike_time: maz_maz_bike.csv
Loading

0 comments on commit d5f0608

Please sign in to comment.