Difference between revisions of "GeoTrellis Transit"
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 | + | |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
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.