osgeonepal / geotile

GeoTile is the python library for tiling the geographic raster data (eg. Tiff etc)
https://geotile.readthedocs.io
MIT License
74 stars 9 forks source link

Tile Size Issue #10

Closed protestToViolence closed 1 year ago

protestToViolence commented 1 year ago

In this line of code, gt.generate_tiles(r'/path/to/output/folder', tile_x=256, tile_y=256, stride_x=256, stride_y=256)

i am not able to change the tile size to 64 . It takes 256 only...What can be the reason?

Thank you,

iamtekson commented 1 year ago

Hi @protestToViolence, this is actually a bug I just corrected it. Thank you very much for reporting it. Please try to install the 0.2.4 version and it will solve the issue.