ActivitySim / activitysim

An Open Platform for Activity-Based Travel Modeling
https://activitysim.github.io
BSD 3-Clause "New" or "Revised" License
189 stars 96 forks source link

outputs writer #130

Closed bstabler closed 7 years ago

bstabler commented 7 years ago

As part of @e-lo 's review, one key missing component is the ability to outputs results. Right now ActivitySim starts, reads all its inputs, calculates a bunch of models, and exits. We'll build something more formal eventually, but for now, we could start with a simple data writer. It could run at the end of the model and take as input a list of tables and attributes to write out in HDF5, CSV, or some other expected format. This could serve as a prototype for discussion and make debugging of results easier.

bstabler commented 7 years ago

we'll use #88 instead