Wednesday 29 January 2020

GDAL - Perform Simple Least Cost Path Analysis


I am investigating methods to perform a simple least cost path analysis with gdal. By simple, I mean using the slope of a dem as the only cost factor.


I would prefer to do using the python or .net bindings, but will take anything. Can anyone suggest any good tutorials or the like?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...