pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.17k stars 369 forks source link

Support 3D with toplogy function #226

Open dkastl opened 10 years ago

dkastl commented 10 years ago

It might be interesting to support geometries with 3rd dimension in the topology function. For shortest path function such as pgr_dijkstra the geometry does not matter anyway.

See: http://gis.stackexchange.com/questions/79996/how-to-build-topology-with-3d-linestring-in-pgrouting

woodbri commented 10 years ago

This is on my TODO list. I comes in two flavors,

  1. where you have true 3D points
  2. where we use 3D points to create separation of nodes based on z-levels at intersections

I responded to the gis.stackexchange with how to do this by cloning a couple of pgrouting functions.