You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide automatic generation of simpler and more typical activity-based model output files such as the final household, person, tour, and trip files. (which basically means adding a CSV or HDF5 option to the output_tables function)
Hi Ben, I'm interested in following and reviewing this. I think we said that those that are closely following a topic would be assignees. I'm currently not an allowed editor on the activitySim github repo, so I can't add myself. What's the right course of action.? Can you add me?
The write_output_tables step currently only handles CSV outputs. We will add the option to write all tables into a single HDF5 store of pandas DataFrames via pandas.to_hdf. This option will be controlled in settings.yaml via a new subflag to output_tables called h5_store:
Provide automatic generation of simpler and more typical activity-based model output files such as the final household, person, tour, and trip files. (which basically means adding a CSV or HDF5 option to the output_tables function)
https://github.com/ActivitySim/activitysim/blob/master/example/configs/settings.yaml#L72
The text was updated successfully, but these errors were encountered: