mobility-explorer
mobility-explorer copied to clipboard
Understand transportation networks around the world using Transitland open data and Valhalla routing engine APIs
Mobility Explorer
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.
User Documentation
- Overview
- Tutorial
- Explore Transit
- Isochrones
- Map Matching
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>this repository- change into the new directory
npm installbower install
Running / Development
ember server- Visit your app at http://localhost:4200.
Code Generators
Make use of the many generators for code, try ember help generate for more details
Building
ember build(development)ember build --environment production(production)