[GRASS5] [bug #3271] (grass) r.out.gdal should use gdalwarp instead of gdal_translate

this bug's URL: http://intevation.de/rt/webrt?serial_num=3271
-------------------------------------------------------------------------

Subject: r.out.gdal should use gdalwarp instead of gdal_translate

Platform: GNU/Linux/i386
grass obtained from: Other (CDROM etc)
grass binary for platform: Downloaded precompiled Binaries

r.out.gdal script should use gdalwarp instead of gdal_translate to offer the same expected feature than other r.out.* functions. The output raster should have the extent and resolution of the current region. A specific flag could be add to activate or desactivate this feature.

-------------------------------------------- Managed by Request Tracker

On Mon, May 23, 2005 at 03:29:18PM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3271
-------------------------------------------------------------------------

Subject: r.out.gdal should use gdalwarp instead of gdal_translate

Platform: GNU/Linux/i386
grass obtained from: Other (CDROM etc)
grass binary for platform: Downloaded precompiled Binaries

r.out.gdal script should use gdalwarp instead of gdal_translate to offer the same expected feature than other r.out.* functions. The output raster should have the extent and resolution of the current region. A specific flag could be add to activate or desactivate this feature.

I don't think that it should gdalwarp.

To solve the problem, you need to update your GDAL installation. Recently the GRASS/GDAL
plugin was updated to respect the current region settings.

However, this change is in GDAL-CVS, so you either need to get a CVS snapshot or
wait for the next GDAL release.

Markus