gtfs/static/files/shapes
Parser for shapes.txt
shapes.txt - Rules for mapping vehicle travel paths, sometimes referred to as route alignments. Source: GTFS reference.md - Dataset Files > shapes.txt
Values
pub fn parse(
content: String,
) -> Result(List(types.ShapePoint), csv.ParseError)
Parse shapes.txt CSV content into a list of ShapePoint records