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

documentation on data table dependencies for model steps #168

Closed bstabler closed 6 years ago

bstabler commented 7 years ago

@danielsclint - make sure to describe the data table / column dependencies between model steps. For example, the non_mandatory_tours example table has the following number of rows and columns after each model step, and the documentation should say what column is added (and required for the next module) after non_mandatory_tour_frequency, destination_choice, non_mandatory_scheduling, etc.

/non_mandatory_tours/non_mandatory_tour_frequency (shape->[1256,4])
/non_mandatory_tours/destination_choice           (shape->[1256,5])
/non_mandatory_tours/non_mandatory_scheduling     (shape->[1256,6])
bstabler commented 6 years ago

This is being done (to some degree). See https://udst.github.io/activitysim/dataschema.html#tours for example.

bstabler commented 6 years ago

See scripts\make_pipeline_output.py and the documentation for more information.