osgeonepal / geotile

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

stride_x, stride_y value of zero has some issue #9

Closed iamtekson closed 2 years ago

iamtekson commented 2 years ago

The generate_raster_tiles method has issue with zero value of stride_x, stride_y

iamtekson commented 2 years ago

stride_x and stride_y value should be equal to tile_x and tile_y, if you don't want the overlapping.