fn get_or_create_station(
commands: &mut Commands<'_, '_>,
stations: &mut HashMap<String, Entity>,
station: &QETRCStation,
) -> Entityfn get_or_create_station(
commands: &mut Commands<'_, '_>,
stations: &mut HashMap<String, Entity>,
station: &QETRCStation,
) -> Entity