Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 356 Bytes

gdal2tiles

This is a fork of gdal2tiles from GDAL 1.9.2.

This work was initiated by Marion Bechennec for her internship.

The objectives were to refactor the original gdal2tiles code, to improve its maintainability, and to allow parallel processing of tiles.

The parallel processing has been added using the multiprocess python module.