Difference between revisions of "GeoTrellis Transit"
Jump to navigation
Jump to search
Aaronantrim (talk | contribs) (Created page) |
|||
Line 1: | Line 1: | ||
+ | {{infobox | ||
+ | |title=GeoTrellis Transit | ||
+ | |image= Geotrellistransit-logo.png | ||
+ | |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] | ||
+ | |website= [http://transit.geotrellis.com/ http://transit.geotrellis.com/] | ||
+ | }} | ||
GeoTrellis Transit is open-source software originally developed by Azavea. A demo is available at [http://transit.geotrellis.com transit.geotrellis.com]. | GeoTrellis Transit is open-source software originally developed by Azavea. A demo is available at [http://transit.geotrellis.com transit.geotrellis.com]. | ||
Revision as of 08:17, 22 January 2017
Vendor | Azavea https://www.azavea.com/ |
---|---|
License | Apache 2 https://www.apache.org/ licenses/LICENSE-2.0 |
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.