Skip to content

WIP: better merging of DB Stations with those from VBB timetable

Robert Jack Will requested to merge sprint into master

Instead of always matching by EvaId, we now also use the HafasId, parentEva, parentHafas (all from the VBB dataset) and match them with the 'evaId' in the station data. If all of those fail, we fall back to using the normalized station name (and that last part is still in TODO).

Merge request reports