Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.66 KB

Mobility Explorer

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.

User Documentation

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/tpportugal/tpp_explorador
  • cd tpp_explorador
  • npm install
  • bower install

Running / Development

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)

Further Reading / Useful Links