Giter Club home page Giter Club logo

job_accessibility's Introduction

#Atlanta Transit Tool

The transit tool allows users to explore accessibility to jobs through public transit and walking in the Atlanta region. Click on the map or search for your address to see how many jobs are within range and what types of jobs they are.

#Run the tool

To run the tool, you must use one terminal window to start up the OTP graph engine, located in the backend directory. You can locally host the tool from another terminal window in the main directory.

##Start up OTP (Graph Engine)

Quick Start

For user to be able to run the OTP tool, the steps mentioned below should be followed in the given order:

  1. Put your open-street-map data here under otp folder: example: backend/otp/atlanta_georgia.osm.pbf

  2. Put your GTFS data under otp folder: example: backend/otp/google_transit.zip

  3. When in the backend folder, run the following Java command to build the graph in memory and run the server (it takes a few minutes to build the graph):

java -Xmx2G -jar otp-0.19.0-shaded.jar --build otp --inMemory

Make it faster!

To do a quicker run of the tool, build the graph only the first time and run load from the graph afterward. Put your graph object under backend/otp/graphs/1 and run this:

java -cp otp-0.19.0-shaded.jar org.opentripplanner.standalone.OTPMain --graphs otp/graphs/ --router 1 --server --analyst

To see a full list of options, add --help to the end of the command.

##Host the transit tool

  1. Start a local server to access the tool: using Python 2: python -m SimpleHTTPServer using Python 3: python -m http.server 8000

  2. Browse to http://localhost:8000/ and have fun!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.