The list of public transport agencies for the stop.
The list of public transport stops for the stop.
The list of public transport trips for the stop. This is a list of PTTrip objects. It contains all trips associated with the stop.
Filters the trips by agency. Returns a list of trips that match the specified agency.
Parameter:
Returns: A list of PTTrip objects that match the specified agency.
Note: The agency must be one of the agencies in the list of agencies. If the agency is not found, an empty list is returned.
Filters the trips by route short name. Returns a list of trips that match the specified route short name.
Parameter:
Returns: A list of PTTrip objects that match the specified route short name.
Filters the trips by route type. Returns a list of trips that match the specified route type.
Parameter:
Returns: A list of PTTrip objects that match the specified route type.
Staticfrom
This class represents public transport stop information.
It contains lists of agencies, stops, and trips. It provides methods to filter trips by route short name, route type, and agency.