LBNL-UCB-STI / PILATES

Platform for Integrated Landuse and Transportation Experiments and Simulations
Other
4 stars 1 forks source link

Inm/change output structure and upload results on s3 while executing #1

Closed nikolayilyin closed 4 years ago

nikolayilyin commented 4 years ago
  1. results are uploading on s3 in background and during simulation (after each beam or urbansim run)
  2. output structure changed: /_YYYY_MM_DD//beam|urbansim
  3. beam uses direct link to urbansim data with additional config file which is creating in runtime before every beam run
  4. removed redundant copy of urbansim data (which was used as universal urbansim data source for beam)
  5. one call of make_csvs_from_output_store was replaced with cp command

corresponding beam changes - https://github.com/LBNL-UCB-STI/beam/pull/2228