Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discussion] Software Architecture with Emme #6

Open
DavidOry opened this issue May 4, 2022 · 1 comment
Open

[Discussion] Software Architecture with Emme #6

DavidOry opened this issue May 4, 2022 · 1 comment
Labels
discussion Facilitates and logs discussions not code changes

Comments

@DavidOry
Copy link
Collaborator

DavidOry commented May 4, 2022

@wusun2, @JoeJimFlood

One cool thing about Emme is that you can access methods and objects via Python. Emme allows you to do this via an Emme Python environment that comes with a long list of package requirements -- some of which are dated. In our experience, it is inevitable that a version of a package you want to use will conflict with a package Emme relies on. For this reason, we recommend architecting the RSM so that it runs in two distinct Python environments. The first will be an Emme environment and be specific to the version of Emme that we are using. The second will be specific to the RSM and run via a conda environment (that can also be launched in Docker).

We are not exactly sure what this will look like, but think this is the safest way forward. As part of the MVP testing, we can assess if there are any conflicts between the RSM requirements and the Emme requirements.

Thoughts?

cc: @jpn-- , @elias-sanz

@DavidOry DavidOry added the discussion Facilitates and logs discussions not code changes label May 4, 2022
@wusun2
Copy link
Collaborator

wusun2 commented May 5, 2022

@DavidOry , sound like a good approach. EMME 4.3.7 is used in our current ABM release 14.2.2 (official release). I believe it comes with Python2.7. Since RSM is for the next modeling cycle, it doesn't have to be bounded by EMME 4.3.7. We just need to make sure that RSM is fully integrated and tested with an EMME version the team recommend at the end of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Facilitates and logs discussions not code changes
Projects
None yet
Development

No branches or pull requests

2 participants