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

clean-up the reading and processing of input data #169

Closed bstabler closed 5 years ago

bstabler commented 7 years ago

It would be good to clean-up the reading and processing of input data (i.e. the default namespace) now that pipelining is implemented. This means:

We want to change the meaning of

from activitysim import defaults

to be generic

bstabler commented 7 years ago

see #134, #137 as well

bstabler commented 6 years ago

We're moving away from computed columns and toward model pre- and post-processor table annotations. See the documentation for more information.