This is a prototype of a database of Tulsa Transit information. The end goal is to get Tulsa's buses onto Google Maps. This hack is sponsored by tulsa Web Devs.
The folder tulsa-transit-proto
is a Google App Engine project. The live version runs at todo, but you can run it locally once you install the SDK.
The process as given on the [Google Transit Partner Program page]:
- Prepare a data feed according to General Transit Feed Specification and Best Practices document.
- Validate the feed using the Feed Validator.
- Inspect the feed in Schedule Viewer.
- Zip the files in your feed. Name the zip file google_transit.zip.
- Host the feed on a web server for Google to fetch. We support both HTTP and HTTPS.
- Contact the Google Transit team to sign-up for the partnership
- Google will be in touch to setup a private preview and have the agency complete an online agreement before launch.
- Agency will test the data in the private preview until the result is satisfactory.
- Launch!
We're working with the Tulsa Transit Authority to get whatever data they have, and in order to ship Google Maps integration, we'll need their cooperation.
If Tulsa Transit Authority's data is unavailable or unsuitable for Google Maps, it appears that a small group of volunteers could do all the data collection, entry, and manipulation needed to get a valid data feed (up to step 6 in the process). This project is an experiment to see how quickly and easily we can get there.