Skip to content

Commit

Permalink
Added running of travel time calculator to data export step in master…
Browse files Browse the repository at this point in the history
…_run.py
  • Loading branch information
JoeJimFlood committed May 7, 2024
1 parent ade2fb6 commit 6b1d301
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/emme/toolbox/master_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,11 @@ def __call__(self, main_directory, scenario_id, scenario_title, emmebank_title,
"export_hwy_shape.cmd",
[drive, drive + path_forward_slash],
"Exporting highway shapefile", capture_output=True)

self.run_proc(
"run_travel_time_calculator.cmd",
[drive, drive + path_forward_slash],
"Exporting MGRA-level travel times", capture_output=True)

if not skipDatalake:
self.write_metadata(main_directory, scenario_title, select_link, username, scenarioYear, sample_rate, prod_env)
Expand Down

0 comments on commit 6b1d301

Please sign in to comment.