pub fn write_stop_points_to_csv<P: AsRef<Path>>(
    stop_points: &[StopPoint],
    output_dir: P,
    all_tags: bool
)