GeoTrellis Transit

From TransitWiki
Revision as of 22:36, 17 October 2015 by Aaronantrim (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GeoTrellis Transit is open-source software originally developed by Azavea. A demo is available at transit.geotrellis.com.

GeoTrellis Transit provides a REST API for answering questions about travelsheds. It can be used to answer requests like:

  • Given a starting location and a method of travel (walking, biking, public transit), how far can I travel in a given amount of time?
  • Show me a map that shows how long it takes to arrive at a particular location from everywhere in the city.
  • Given a list of destinations, which of these destinations can I reach from my start location, and in how long?
  • If I am leaving somewhere now and want to be home in two hours, where could I stop in the middle and for how long? (We call this the "Scenic Route" service.)[1]

Source code is at on github.

References