Changes between Initial Version and Version 1 of Ticket #1921


Ignore:
Timestamp:
Oct 17, 2007, 10:36:31 AM (17 years ago)
Author:
warmerdam
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1921

    • Property Cc hobu added
  • Ticket #1921 – Description

    initial v1  
    11I 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
    22
    3 1) Are you interested in this python script
    4 2) if you are, feedback is necessairy for me
    5 3) Do you have a concept for unit tests, at the moment I use the unittest module
     3  1. Are you interested in this python script
     4  2. if you are, feedback is necessairy for me
     5  3. Do you have a concept for unit tests, at the moment I use the unittest module
    66
    77thanks