Sometimes the commands.create_dem function will hang forever until it crashes due to bad reconstructions causing the program to attempt to generate DEM rasters of huge dimensions.
This PR adds a conservative heuristic that blocks the process before it attempts to do the impossible.
Sometimes the
commands.create_dem
function will hang forever until it crashes due to bad reconstructions causing the program to attempt to generate DEM rasters of huge dimensions.This PR adds a conservative heuristic that blocks the process before it attempts to do the impossible.