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
MTC wants to consolidate their travel modeling software into tm2py and leverage the tm2py infrastructure. In this case, we want to conflate PeMS counts to the roadway network.
Progress:
Sufficiently defined
Approach determined
Tests developed
User story satisfied
Doc strings
General documentation
Passing tests
Priority
Low
Level of Effort
Low
Resolution Ideas
This would be a logical tm2py utility. But perhaps one that should most likely moved as part of the move of Lasso functionality into tm2py. Right now, the bundle of travel modeling Python code is as follows:
travel-model-two-networks: this is the code WSP used to create the travel model two networks. Much of the functionality has since been moved to the more general purpose open-source Ranch repository. Moving forward, an ideal solution would be to refactor Ranch to use the network-wrangler base classes more directly. Currently, the PeMS conflation is done in a notebook that lives in this repository.
Lasso: this is a bundle of code that handles the messy translations from Network Wrangler standards to Emme standards. It now includes a number of capabilities that are integral to the functioning of tm2py and would more logically live in tm2py
User Story
MTC wants to consolidate their travel modeling software into
tm2py
and leverage thetm2py
infrastructure. In this case, we want to conflate PeMS counts to the roadway network.Progress:
Priority
Low
Level of Effort
Low
Resolution Ideas
This would be a logical
tm2py
utility. But perhaps one that should most likely moved as part of the move ofLasso
functionality intotm2py
. Right now, the bundle of travel modeling Python code is as follows:travel-model-two-networks
: this is the code WSP used to create the travel model two networks. Much of the functionality has since been moved to the more general purpose open-sourceRanch
repository. Moving forward, an ideal solution would be to refactorRanch
to use thenetwork-wrangler
base classes more directly. Currently, the PeMS conflation is done in a notebook that lives in this repository.Lasso
: this is a bundle of code that handles the messy translations from Network Wrangler standards to Emme standards. It now includes a number of capabilities that are integral to the functioning oftm2py
and would more logically live intm2py
Project
Not yet
Who should be involved?
Users: @lmz, @FlaviaTsang
Reviewers: @gregerhardt, @i-am-sijia
Risk
Not if it's a utility written as a stand-alone method.
Tests
A number of examinations should be done to ensure conflation is working as expected in challenging locations, e.g., near interchanges, near ramps.
The text was updated successfully, but these errors were encountered: