ual / PILATES

Platform for Integrated Landuse and Transportation Experiments and Simulations
MIT License
6 stars 7 forks source link

Copy households.csv persons.csv from ActivitySim to Beam #17

Closed dimaopen closed 2 years ago

dimaopen commented 3 years ago
  1. Added copying of households.csv and persons.csv along with plans.csv to Beam scenario folder after full population run of ActivitySim. When ActivitySim does replanning iterations only plans.csv file is copied. Now settings.yaml contains beam_scenario_folder parameter instead of beam_plans.
  2. Now copy_plans_from_asim is called only from run_traffic_assignment in order to avoid double file copying.
  3. copy_plans_from_asim has parameter replanning_iteration_number. One needs to pass i + 1 there.
mxndrwgrdnr commented 2 years ago

LGTM. Merging.