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
Hello,
I tried to generate tiles from a .tiff orthophoto into .png tiles but found the RasterIO metadata is not updated to use the png format.
Reproduce:
Hello,
I tried to generate tiles from a .tiff orthophoto into .png tiles but found the RasterIO metadata is not updated to use the png format.
Reproduce:
Examine the output image to find the file type:
> file ./raw-tiles/tile_459.png raw-tiles/tile_459.png: TIFF image data, ...
I believe the
generate_tiles()
image_format
parameter should be used to setmeta['driver']
before saving the tiles.The text was updated successfully, but these errors were encountered: