gtfs/static/files/timeframes

Parser for timeframes.txt

timeframes.txt - Date and time periods to use in fare rules for fares that depend on date and time factors. Source: GTFS reference.md - Dataset Files > timeframes.txt

Values

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

Parse timeframes.txt CSV content into a list of Timeframe records

Search Document