chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Frequency-based schedules - Path statistics not updated on import #883

Open tibobliss opened 3 months ago

tibobliss commented 3 months ago

When using the experimental function Infer frequency-based schedules (approximation), new schedules are created and it seems that itineraries are automatically re-calculated using OSRM.

However, the path statistics shown in the Path menu are not updated to reflect the new values. Instead, the following warning is displayed: Warning! This transit path was imported from a GTFS. Recomputing its path could change the geography and timings.

This creates confusion because it suggests that nothing has happened to the underlying stop_times, while they indeed have been modified.

Path attributes should be (re-)computed after the creation of a frequency-based schedule.