pub fn write_stop_areas_to_csv<P: AsRef<Path>>(
    stop_areas: &[StopArea],
    output_dir: P,
    all_tags: bool
)