-
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
Added the plan inheritance record inspector #23
Conversation
Looks very impressive! I will try it next week and hopefully merge it by then. |
I have a few requests that hopefully will improve the usability:
|
@rakow Thanks for the your feedback. I am not that familiar with the setuptools and don't know how to test this. From my understanding, pandas can be left out since this comes as a mandatory requirement and is thus installed by default. This reduces the optional dependencies for the viz component to
Or do I miss something? |
Example data created from a 160 iterations run of the MATSim Sioux Falls Scenario and config switch
planInheritanceRecords.csv.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the dependencies to the setup.py and also added an entry point so that a cli script will be generated for it.
Thanks a lot |
Initial release of the Plan Inheritance Record Inspector
The app is built on Dash/Plotly. It allows to visually inspect the plan inheritance records of a MATSim run. Current status is:
Single Trip Analysis
Top N Overview