We're no longer maintaining the Transitland Playground, but the code is still available here for reference. And this readme includes screenshots showing the Playground in action. If you'd like to quickly start interacting with the Transitland Datastore API in a web browser, please try the Mapzen Mobility Explorer at https://mapzen.com/mobility/explorer/ (its source code is also on GitHub at mapzen/mobility-explorer).
The Transitland Playground is a Backbone.js app designed to be a friendly interface for the Transitland Datastore API, providing a way to view and download transit data without writing any lines of code.
The Playground allows for querying for routes, stops and operators by name:
By place:
Or map view:
Query data is provided in a table below the map:
The Playground is no longer hosted on Transitland's web servers, but you can still run it locally on your own computer:
- Make sure you have Ruby available
- Install dependencies:
bundle install
- Start the local development web server:
bundle exec jekyll serve
.
The Mapzen Mobility Explorer now provides a way to view Transitland data, as well test out Mapzen mobility APIs.
Contact us with your questions, comments, or suggestions: [email protected].