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.
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 thePlans
class of theinputs.py
file, to avoid crashing during loading.