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
ActivitySim currently is capable of generating a simple data dictionary using the write_data_dictionary component. The result is a listing of table columns in each table, giving name, dtype (int, float, string, etc.) along with the checkpoint where the column was added. No info is included about what the values mean (e.g. what modes are available, what are the units of measurements, etc.).
We would like it to generate a more robust and high quality dictionary output, similar to static dictionaries provided in these examples:
ActivitySim currently is capable of generating a simple data dictionary using the
write_data_dictionary
component. The result is a listing of table columns in each table, giving name, dtype (int, float, string, etc.) along with the checkpoint where the column was added. No info is included about what the values mean (e.g. what modes are available, what are the units of measurements, etc.).We would like it to generate a more robust and high quality dictionary output, similar to static dictionaries provided in these examples:
The text was updated successfully, but these errors were encountered: