Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afrith/travel-time-maps

Code for creating travel time isochrone maps with pgRouting
https://github.com/afrith/travel-time-maps

Last synced: 28 days ago
JSON representation

Code for creating travel time isochrone maps with pgRouting

Awesome Lists containing this project

README

        

# travel-time-maps
This is the code for producing the travel time isochrone maps which can be seen on my blog at https://adrianfrith.com/travel-time-isochrone-maps/. The prerequisites for running this code are:

* [PostgreSQL](https://www.postgresql.org/)
* [PostGIS](http://postgis.net/)
* [pgRouting](http://pgrouting.org/)
* [osm2pgrouting](https://github.com/pgRouting/osm2pgrouting)