I want to implement a path finder using python which can read a DEM file and add some 3D obstacles into it and then find the optimal path from any point A to B.
I have tried using GDAL least cost path, but its very slow and we cannot add obstacles.
I want to implement a path finder using python which can read a DEM file and add some 3D obstacles into it and then find the optimal path from any point A to B.
I have tried using GDAL least cost path, but its very slow and we cannot add obstacles.