Opened 17 years ago

Last modified 17 years ago

#1921 closed task

gdal_retile.py for retiling tiled data sets, building tiled pyramids and writing the tileindex as a shape file — at Version 1

Reported by: mcr Owned by: warmerdam
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: gdal_retile tiled pyramids
Cc: hobu

Description (last modified by warmerdam)

I wrote a gdal_retile.py utility for retiling a tiled dataset. Building tiled pyramids is also supported. At the moment I do a some tests on large data sets. As an attachment you find a first version of the man page. My questions are

  1. Are you interested in this python script
  2. if you are, feedback is necessairy for me
  3. Do you have a concept for unit tests, at the moment I use the unittest module

thanks

Change History (2)

by mcr, 17 years ago

Attachment: gdal_retile.1 added

comment:1 by warmerdam, 17 years ago

Cc: hobu added
Description: modified (diff)

I'm interested in the script.

What feedback do you need?

We use our own approach to unit tests in http://trac.osgeo.org/gdal/browser/trunk/gdalautotest but they are for testing the API, not higher level utilities. We don't generally do automated/regression testing for utilities.

Note: See TracTickets for help on using tickets.