gtfs/static/files/route_networks
Parser for route_networks.txt
route_networks.txt - Rules to assign routes to networks. Source: GTFS reference.md - Dataset Files > route_networks.txt
Values
pub fn parse(
content: String,
) -> Result(List(types.RouteNetwork), csv.ParseError)
Parse route_networks.txt CSV content into a list of RouteNetwork records