Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.95 KB

File metadata and controls

13 lines (9 loc) · 1.95 KB

StopResourceAttributes

Properties

Name Type Description Notes
wheelchair_boarding int Whether there are any vehicles with wheelchair boarding or paths to stops that are wheelchair acessible: 0, 1, 2. Wheelchair boarding (`*/attributes/wheelchair_boarding`) corresponds to GTFS wheelchair_boarding. The MBTA handles parent station inheritance itself, so value can be treated simply: Value
name str Name of a stop or station in the local and tourist vernacular. See GTFS `stops.txt` `stop_name [optional]
longitude float Longitude of the stop or station. Degrees East, in the WGS-84 coordinate system. See GTFS `stops.txt` `stop_lon`. [optional]
latitude float Latitude of the stop or station. Degrees North, in the WGS-84 coordinate system. See GTFS `stops.txt` `stop_lat`. [optional]

[Back to Model list] [Back to API list] [Back to README]