SpatialDigger
Results
2
issues of
SpatialDigger
In the given example the trans.center should be 2.0, 1.0, 2,0 ```python import pyvista mesh = pyvista.Sphere() mesh.center trans = mesh.translate((2, 1, 2), inplace=True) trans.center ``` The result from the...
bug
* gdal2tiles version: 0.1.9 * GDAL version: 3.3.1 * Python version: 3.8 * Operating System: Windows ### Description Attempting to use gdal2tiles to generate tiles. Unable to exclude the generation...