Frank,
(as discussed via email)
It would be nice to have a flag in gdalwarp, e.g. called
'-kr' (keep resolution) to maintain the original resolution of the warped
band. Of course there is -tr, but, say, for LANDSAT7 with 3 different
resolutions (MODIS, ASTER etc the same), I have to check them manually
and then define them with -tr.
But with a '-kr' flag I could simply loop over all channels in a shell
script and apply a datum transformation (so one step instead of
3 times resolution lookup + 3 times defining -tr).
Constraints:
* Check that the units don't change, if yes, ignore (with warning) -kr flag
* others?
Best regards
Markus Neteler