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 TPP, a community-edited, open transit data aggregation project for Portugal, 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 https://github.com/tpportugal/tpp_explorador
cd tpp_explorador
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember build
(development)ember build --environment production
(production)