Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#5750 closed enhancement (fixed)

Progress indictor for gdal_retile.py

Reported by: pabercrombie Owned by: warmerdam
Priority: normal Milestone: 2.0.0
Component: Utilities Version: unspecified
Severity: normal Keywords:
Cc:

Description

By default, gdal_retile.py does not provide any indication of progress. The script provides only a verbose flag which enables lots of logging. The attached patch modifies gdal_retile.py to (by default) print a simple progress report as the image pyramid is built. The progress report can be suppressed using the -q (quiet) flag. This matches the behavior of other GDAL command lines tools (e.g. gdalwarp).

Attachments (1)

gdal_retile.patch (2.0 KB ) - added by pabercrombie 9 years ago.
Patch file for gdal_retile.py

Download all attachments as: .zip

Change History (3)

by pabercrombie, 9 years ago

Attachment: gdal_retile.patch added

Patch file for gdal_retile.py

comment:1 by Even Rouault, 9 years ago

Component: defaultUtilities
Milestone: 2.0
Resolution: fixed
Status: newclosed

trunk r28002 "gdal_retile.py: implement progress bar (patch by pabercrombie, #5750)"

comment:2 by Even Rouault, 9 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.