-
Notifications
You must be signed in to change notification settings - Fork 21
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
EMME Upgrade to OpenPath EMME 2024 in python 3 #208
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
we only need to take out skims
… done through tnc-specific links
Delete old files when rebuilding release
Update AOC values by year
Recalibrated 2050 EV Coefficients
Select land use directory in GUI
…th_calibration calibrated cdap and non-mand tour destination
Adjust coefficient by -0.11 to decrease wfh share by about 10%.
Adjust telecommute ASCs by -0.11 to decrease them by about 10%.
…-frequency-lower 195 calibrate wfh and telecommute frequency lower
Release 15_1_0 release notes
Add flexible fleet documentation
Remove unused input_truck and visualizer folders in scenario
Remove distributed assignment
Restructure documentation website
Update release date
-- the terms are not needed. should be taken out in another PR.
Get maximum disk usage, update disk space check
…y to chargers per capita
…-from-the-model 161 remove tnc accessegress skims from the model
Updated minimum diskspace requirement as a result of tnc-to-transit skims removal #169
Flexible fleet calibration to better match observed base year NEV boardings
Reduce EV Charger Sensitivity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
EMME 4.3.7 has been used for ABM2, ABM2+ and ABM3 for years. It's time to upgrade EMME version to OpenPath EMME 2024. The main change is converting scripts from python 2 and python 3. There are also minor changes in modules, such as GDAL. Detailed updates can be reviewed in the commits.
Impact
About 4 months ago, Bentley published OpenPaths EMME 2024, which introduces network acceleration for improved SOLA traffic assignment performance, new transit analysis capabilities for auxiliary transit modes, easier specification of auxiliary transit times and costs in the Extended transit assignment tool, and new Flow features for folder-based organization, support for file and directory selection widgets and a new Edit mode to protect flows from inadvertent changes. (see OpenPaths 2024 EMME Highlights)
Since ABM3 15.1.0 is released, it is a great time to upgrade EMME version for ABM3.
Types of changes
What types of changes does your code introduce to ABM?
Put an
x
in the boxes that applyHow has this been tested?
Please describe the tests that you ran to verify your changes.
Checklist:
Further comments
Errors were logged in Azure DevOps task 1048