arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
14 stars 4 forks source link

Experienced plans #127

Closed Theodore-Chatziioannou closed 3 years ago

Theodore-Chatziioannou commented 3 years ago

This PR enables Elara to load plans from the output_experienced_plans.xml MATSim output. "Experienced" plans may include persons with empty plans, which are essentially agents without any simulated legs. I have added a small method to skip persons with empty plans in the Plans class of the inputs.py file, to avoid crashing during loading.