- Enabling GDAL Exceptions.
- Ensuring
tmscompatible
option in tile generation and calculation is bool instance.
- Fix AttributeError
gdal2tiles.generate_tiles(..., profile='raster', kml=True)
. Fix issue #14.
- Add tile_size option on generate_tiles to allow custom tile sizes.
- Small documentation updates.
- Improve basic tests and test against multiple versions of GDAL.
- Fix some of GDAL installation issues.
- Use pygdal package instead of GDAL dependency.
- Bug fix.
- Accept list or tuple in specifying tile generation zoom level.
- Use billard for multiprocessing if available.
- Bug fix in
generate_tiles()
.
- Clean the source code.
- Setup documentation
- Setup testing environment
- First release on PyPI.