fn ensure_stations_exist(
commands: &mut Commands<'_, '_>,
services: &[QETRCService],
vehicles: &[QETRCVehicle],
stations: &mut HashMap<String, Entity>,
)fn ensure_stations_exist(
commands: &mut Commands<'_, '_>,
services: &[QETRCService],
vehicles: &[QETRCVehicle],
stations: &mut HashMap<String, Entity>,
)