roblabs / gdal2tilesp

Enhancements to tile cutter for parallelism and image format support
Other
20 stars 9 forks source link

Fix wrong [south] being calculated #9

Closed KleggerKoder closed 7 years ago

KleggerKoder commented 7 years ago

This ensures proper calculation for ominy / south for images that do not have square pixels. This was causing portions of the desired mosaic to be cropped during the tiling process.

roblabs commented 7 years ago

Awesome, thanks 👍

Do you have any test samples of images with non-square pixels you could do a pull request for?