Summary:
TriMet has been supplying a quarterly export of our stops database to
the Sendero Group since 2004. The Sendero Group offers GPS devices to
the visually impaired, as well as, points of interest data files
including transit. More information is available here:
http://trimet.org/access/wayfinding.htm
Problem:
All of the data we send is currently part of the GTFS or an open
proposal, except street direction (North, South, East, or Westbound
stop) and relative position (Nearside, Farside, Opposite, or At the
location). If we could add the following fields, the developer at the
Sendero Group could parse our GTFS and create the transit POI data
from that.
Proposal:
Add 2 new fields to the stops.txt file
- direction (North, South, East, West)
- position (Nearside, Farside, Opposite)
An enum to represent both fields is probably a cleaner solution but
here is my rough proposal. I have added both fields to the current
TriMet feed as an example.
Any thoughts?