The write_tables module needs to be modified to output separate work and non-work bike demand matrices. At present, all trips appear in one matrix per time period. We want to keep time-period stratification but also stratify on trip purpose. This is needed for bike assignment since the path utility specification changes depending on trip purpose (commute vs. non-commute). The matrices can be in the same OMX file (right now all non-motorized trips' matrices in a given time period share a file - suggest instead having a single file for each mode with work/commute and non-commute for bikes)
The
write_tablesmodule needs to be modified to output separate work and non-work bike demand matrices. At present, all trips appear in one matrix per time period. We want to keep time-period stratification but also stratify on trip purpose. This is needed for bike assignment since the path utility specification changes depending on trip purpose (commute vs. non-commute). The matrices can be in the same OMX file (right now all non-motorized trips' matrices in a given time period share a file - suggest instead having a single file for each mode with work/commute and non-commute for bikes)