evz / magnificent-mileage

Open Trip Planner instance for Chicago
2 stars 3 forks source link

Magnificent Mileage

What is this?

This is a copy of the Open Trip Planner patform. It is for transit routing in the city of Chicago.

The idea is to make a free, Chicago-specific routing website and API for developers to build transit apps on top of.

A website

magnificentmileage.org

Open Trip Planner Chicago

An API for transit routing

Example API call

curl --header "Accept: application/json" http://ec2-54-227-63-227.compute-1.amazonaws.com/opentripplanner-api-webapp/ws/plan \
?mode=TRANSIT%2CWALK \
&optimize=QUICK \
&maxWalkDistance=840 \
&walkSpeed=1.341 \
&date=2013-08-13 \
&toPlace=41.823781%2C-87.613907 \
&fromPlace=41.900999%2C-87.696304

Open Trip Planner API call documentation

Potential additions

See the issue tracker for details.

Credits

This project is based on the Open Trip Planner by OpenPlans.

Server hosting provided by the Smart Chicago Collaborative