October 2020: Try the new global transit map on the Transitland v2 website. The Transitland v1 Datastore API, which powers Mobility Explorer, is now deprecated. It will be supported for the time being, but we encourage all users and developers to learn more about the Transitland v2 website and APIs.
Mobility Explorer helps you understand transportation networks around the world. Search for a place or browse the map, and use the buttons to view transit routes, stops, and operators.
Use Mobility Explorer to query and visualize transit data from Transitland, a community-edited, open transit data aggregation project, and to analyze access using an instance of the Valhalla routing engine.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorynpm install
bower install
ember server
Make use of the many generators for code, try ember help generate
for more details
ember build
(development)ember build --environment production
(production)