You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing both scale and offset in image2equi7grid() the wrong blocksize is set when calling gdal_translate with stripped blocks. The gdal_translate input is automatically configured with tiled blocks, whereas for the gdalwarp call before the settings are correctly chosen.
When providing both scale and offset in
image2equi7grid()
the wrong blocksize is set when callinggdal_translate
with stripped blocks. Thegdal_translate
input is automatically configured with tiled blocks, whereas for thegdalwarp
call before the settings are correctly chosen.https://github.com/TUW-GEO/Equi7Grid/blob/master/equi7grid/image2equi7grid.py#L435-L438
The text was updated successfully, but these errors were encountered: