gtfs/static/files/networks

Parser for networks.txt

networks.txt - Network identifiers. Source: GTFS reference.md - Dataset Files > networks.txt

Values

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

Parse networks.txt CSV content into a list of Network records

Search Document