Difference between revisions of "GeoTrellis Transit"

From TransitWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
|image= Geotrellistransit-logo.png
 
|image= Geotrellistransit-logo.png
 
|vendor= Azavea [https://www.azavea.com/ https://www.azavea.com/]
 
|vendor= Azavea [https://www.azavea.com/ https://www.azavea.com/]
|license= Apache 2 [https://www.apache.org/licenses/LICENSE-2.0 https://www.apache.org/ licenses/LICENSE-2.0]
+
|license= [[Apache 2]]
 
|website= [http://transit.geotrellis.com/ http://transit.geotrellis.com/]
 
|website= [http://transit.geotrellis.com/ http://transit.geotrellis.com/]
 
}}
 
}}

Latest revision as of 02:24, 30 January 2017

GeoTrellis Transit
Geotrellistransit-logo.png
Vendor Azavea https://www.azavea.com/
License Apache 2
Website http://transit.geotrellis.com/


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