Is your feature request related to a problem? Please describe.
It would be cool to be able to create Tiler object that automatically calculates tile shape to obtain specific mosaic (collection of tiles) shape.
Describe the solution you'd like
I imagine it as a class method for Tiler class, that accepts all standard 'init' arguments, except tile_shape.
Describe alternatives you've considered
Currently something similar is already calculated in the script that generates teaser image, in misc/teaser. Once this feature is done, change the teaser script accordingly.
Is your feature request related to a problem? Please describe.
It would be cool to be able to create Tiler object that automatically calculates tile shape to obtain specific mosaic (collection of tiles) shape.
Describe the solution you'd like
I imagine it as a class method for Tiler class, that accepts all standard 'init' arguments, except tile_shape.
Describe alternatives you've considered
Currently something similar is already calculated in the script that generates teaser image, in misc/teaser. Once this feature is done, change the teaser script accordingly.