Skip to content

Conveyal's frontend for creating and analyzing transportation scenarios.

License

Notifications You must be signed in to change notification settings

cuulee/analysis-ui

 
 

Repository files navigation

Analysis UI

Conveyal's tools for editing land-use/transportation scenarios.

Configuration

The Scenario Editor needs an Analysis Backend running to point at. By default it expects it to be running at http://localhost:7070.

Authentication with Auth0

Copy the /configurations/default/env.yml.tmp to /configurations/default/env.yml and add your Auth0 credentials. If you're running locally (for testing or development) you don't need to use Auth0. Just comment out the Auth0 lines and it should work. You'll also need some tile URLs for Leaflet. The default Mapbox URLs require an access key. If you're at Conveyal, you can grab these keys and other settings from our se-configurations repository on Github.

Install & Run with Node 6+

First make sure you're running the latest Node and NPM. For example, on a Mac using Homebrew:

$ brew update
$ brew upgrade node

Then build and start the scenario editor:

$ npm install && npm start

About

Conveyal's frontend for creating and analyzing transportation scenarios.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.6%
  • Other 0.1%