[GRASS-SVN] r34531 - grass/branches/develbranch_6/raster/r.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 08:39:23 EST 2008
Author: neteler
Date: 2008-11-27 08:39:23 -0500 (Thu, 27 Nov 2008)
New Revision: 34531
Modified:
grass/branches/develbranch_6/raster/r.external/main.c
Log:
Say which band is imported (merge from trunk)
Modified: grass/branches/develbranch_6/raster/r.external/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.external/main.c 2008-11-27 13:30:12 UTC (rev 34530)
+++ grass/branches/develbranch_6/raster/r.external/main.c 2008-11-27 13:39:23 UTC (rev 34531)
@@ -609,6 +609,7 @@
check_projection(&cellhd, hDS, flag_o->answer);
G_verbose_message(_("Proceeding with import..."));
+ G_message("Importing band %d of %d...", band, GDALGetRasterCount( hDS ));
hBand = GDALGetRasterBand(hDS, band);
if (!hBand)
More information about the grass-commit
mailing list