trimetStops {trimetStops} | R Documentation |
Portland Metro Area Trimet Stops
Description
A dataset of all the Trimet stops in the Portland Metro Area.
Usage
trimetStops
Format
A data frame with 6880 rows and 9 variables:
- id
ID number of the stop, as indexed by Trimet
- name
Contains the cross street and direction of the stop
- description
Contains the direction of the stop, and the city that the stop is in
- lat
Latitude
- long
Longitude
- url
Links to Trimet's web page for the stop, which contains information on arrivals and delays
- location_type
Either "station", which is defined as a physical structure or area that contains more than one platform, or "platform"
- direction
The direction that the vehicle takes people from this stop
- position
Relates the actual position of the stop to the name given to the stop
Source
https://developer.trimet.org/GTFS.shtml
[Package trimetStops version 0.1.0 Index]