🧹 Chore: Why can't tm2py
just use Emme's Python environment?
#123
Labels
chore
overhead: doesn't add additional functionality, change performance, or refactor code
At some point in the development, we decided to create a single Python environment that can accommodate
Lasso
andtm2py
. This has proven problematic, as the two packages need substantively different Python environments.Because
Lasso
is only used to create the network, it does not need to have the same Python environment astm2py
. It can be run by itself.But there are other aspects of
tm2py
that need newer versions of the Python spatial libraries than are distributed in Emme. What are they and can we accomplish them some other way to just use the version of Python distributed in Emme?Progress:
Once we determine what these functions are, we can use this space to discuss them.
fyi @lmz, @gregerhardt
The text was updated successfully, but these errors were encountered: