Returns the stops for a particular route, specified by id or by name.
Tstopsbyroute(route_id = NULL, route_name = NULL)
GTFS-compatible route_id value for which stops should be returned. Example: "Red"
The full human- readable name for the route for which stops are returned. Example: "Red Line"
The GTFS-compatible unique identifier for the stop. Example: "70063"
Street address or intersection at which stop is located. (note: can be empty for non-parent stations).
Full description of stop or entrance/exit.
The GTFS-compatible latitude of the station. Example: "42.3967399597168"
Takes value of 0, 1, or 2, corresponding to stops, parent stations, and entrances/exits, respectively.
The GTFS- compatible longitude of the station. Example: "-71.1218185424805"
The GTFS-compatible name for the stop (not unique). Example: "State Street"
Number, 1 through 13, indicating platform within station serving commuter rail.
Direction towards which vehicles from that platform go.
Code for whether or not platform allows for wheelchair access. tkaes values of 0, 1, or 2, corresponding to no information, accessible, or inaccessible, respectively.
The GTFS-compatible unique identifier for the station associated with the stop. (note: can be empty if stop does not have an associated station). Example: "place-davis"