generalize-dem
generalize-dem copied to clipboard
ArcGIS Python toolbox for structural generalization and conflation of digital elevation models
Tool doesn't use spatial reference of Feature layer of the *mxd document. But when you use raster from GDB it works correctly. 
This error occurs when you want to tile the source DEM. What's wrong? 
Logging of processed tiles is helpful when continuing the processing is needed
This code in `call()` function in GeneralizeDEM.py module returns wrong number of total tiles after the first call from the pool finished its execution: `N = int(arcpy.GetCount_management(fishbuffer).getOutput(0))`