Open
Conversation
…ommand line options
…eqasim-java into handle_motorcycles_2025
This was referenced Oct 6, 2025
Closed
Collaborator
Author
|
I've added a unit test specifically for motorcycles, I think this should be ok now. One thing to note is that the melun_test case Questions :
|
Collaborator
|
Yes, let's update the config and for the documentation it depends. If there is not any special things to configure beyond the standard elements you mention above (predictor, estimator, ...) I think it is sufficient to have it in the eqasim-synpop. |
Collaborator
Author
|
Ok, fixing tests led to a bunch of other fixes but I think everything is fine now. |
This file contains hidden or 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
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.
This pull request introduces support for the "motorcycle" transport mode across the core simulation and Ile-de-France scenario modules.
Everything should work properly, even for old simulations without motorcycles. The idea is to enable motorcycles in the simulation only if desired by modifying the config file. this is done in the python pipeline using the EditConfig java class :
Core simulation and configuration updates:
GenerateConfigto enable motorcycle support throughout the configuration pipeline.Motorcycle utility estimation and prediction:
MotorcycleUtilityEstimator,MotorcyclePredictor, andMotorcycleVariablesclasses to provide utility calculation and variable prediction for motorcycle trips.Scenario preparation and network integration:
RunPreparationto allow motorcycles on all links where cars are permitted, ensuring the network supports motorcycle routing.Ile-de-France scenario integration:
IDFModeAvailabilityto check for motorcycle availability based on theuseMotorcycleattribute, and added motorcycle-specific cost models and utility estimators toIDFModeChoiceModule.