Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afrith/travel-time-maps
- Owner: afrith
- License: mit
- Created: 2017-07-09T20:10:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T00:40:09.000Z (over 2 years ago)
- Last Synced: 2024-11-14T15:45:53.784Z (3 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)