Saturday, 8 December 2018

postgis - Create isochrone from multiple start points


I want to create an isochrone. For this I could use the pgr_drivingDistance function with pgRouting (http://docs.pgrouting.org/dev/src/driving_distance/doc/index.html) but it only takes one start node.


How could I compute isochrones efficiently from multiple start nodes?




No comments:

Post a Comment