[GRASS-SVN] r55630 - grass/trunk/raster/r.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 4 14:16:12 PDT 2013


Author: mmetz
Date: 2013-04-04 14:16:12 -0700 (Thu, 04 Apr 2013)
New Revision: 55630

Modified:
   grass/trunk/raster/r.proj/r.proj.html
   grass/trunk/raster/r.proj/readcell.c
Log:
r.proj: update manual for v.in.region

Modified: grass/trunk/raster/r.proj/r.proj.html
===================================================================
--- grass/trunk/raster/r.proj/r.proj.html	2013-04-04 21:15:02 UTC (rev 55629)
+++ grass/trunk/raster/r.proj/r.proj.html	2013-04-04 21:16:12 UTC (rev 55630)
@@ -168,7 +168,7 @@
 
 <p>A more involved, but more accurate, way to do this is to generate a
 vector "box" map of the region in the source location using
- <em><a href="v.in.region.html">v.in.region</a></em>.
+ <em><a href="v.in.region.html">v.in.region -d</a></em>.
 This "box" map is then reprojected into the target location with
 <em><a href="v.proj.html">v.proj</a></em>. Next the region in the
 target location is set to the extent of the new vector map

Modified: grass/trunk/raster/r.proj/readcell.c
===================================================================
--- grass/trunk/raster/r.proj/readcell.c	2013-04-04 21:15:02 UTC (rev 55629)
+++ grass/trunk/raster/r.proj/readcell.c	2013-04-04 21:16:12 UTC (rev 55630)
@@ -60,6 +60,7 @@
 	c->fd = -1;
 	c->fname = NULL;
     }
+    G_message("%.2f percent are kept in memory", 100.0 * nblocks / (nx * ny));
 
     G_important_message(_("Allocating memory and reading input map..."));
     G_percent(0, nrows, 5);



More information about the grass-commit mailing list