gtfs/static/files/stop_areas

Parser for stop_areas.txt

stop_areas.txt - Rules to assign stops to areas. Source: GTFS reference.md - Dataset Files > stop_areas.txt

Values

pub fn parse(
  content: String,
) -> Result(List(types.StopArea), csv.ParseError)

Parse stop_areas.txt CSV content into a list of StopArea records

Search Document