tehamalab / gdal2tiles

A python library for generating map tiles based on gdal2tiles.py from GDAL project
http://gdal2tiles.rtfd.io/
MIT License
86 stars 32 forks source link

Feature request: Ability to track progress of tile generation as a callback function #16

Open shaunakv1 opened 3 years ago

shaunakv1 commented 3 years ago

Description

I would like to use this utility to in a larger application that shows live progress of tile generation. The utility already supports this on stdout, but is it possible to add a feature so that different tasks can be tracked as percent completion?