Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.2 KB

pysochrone

pysochrone is a simple Python script for creating isochrone maps. Isochrones are curves of equal travel time from a certain point of origin. Really this can be used for any type of isoline (aka contour) map. For more information:

Code is heavily borrowed from the Quantum GIS Contour plugin.

Requirements

Use

The contour module has a class Contours which creates contour lines or filled contour polygons from an OGR compatible datasource. A cgi script, isochrone.py, uses this class to provide a RESTful service

Todo

  • Include simple Dijkstra algorithm to compute shortest path tree to remove the need for a PostGIS/pgRouting database
  • Allow download of OSM data on demand (for small areas)
  • Provide more options, such as changing grid size
  • Provide more methods, such as alpha shapes or buffered roads