metro_stops {metro} | R Documentation |
All WMATA Bus Stops
Description
All WMATA Bus Stops
Usage
metro_stops
Format
A tibble with 9,044 rows and 5 variables:
- StopID
String array of route variants which provide service at this stop. Note that these are not date-specific; any route variant which stops at this stop on any day will be listed.
- Name
Stop name. May be slightly different from what is spoken or displayed in the bus.
- Lat
Latitude.
- Lon
Longitude.
- Routes
Character string of route variants which provide service at this stop. Note that these are not date-specific; any route variant which stops at this stop on any day will be listed.
Details
As of 2021-02-22 22:00:00 ET.
[Package metro version 0.9.3 Index]