generalize-dem icon indicating copy to clipboard operation
generalize-dem copied to clipboard

ArcGIS Python toolbox for structural generalization and conflation of digital elevation models

Results 4 generalize-dem issues
Sort by recently updated
recently updated
newest added

Tool doesn't use spatial reference of Feature layer of the *mxd document. But when you use raster from GDB it works correctly. ![image](https://user-images.githubusercontent.com/58443754/69991755-5759d880-1559-11ea-981e-b2dbb403614d.png)

This error occurs when you want to tile the source DEM. What's wrong? ![image](https://user-images.githubusercontent.com/58443754/69990894-a9016380-1557-11ea-8f28-4bdd5c8aa389.png)

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))`