[GRASS-SVN] r70896 - grass/trunk/raster/r.patch

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 18 08:54:50 PDT 2017


Author: wenzeslaus
Date: 2017-04-18 08:54:50 -0700 (Tue, 18 Apr 2017)
New Revision: 70896

Modified:
   grass/trunk/raster/r.patch/main.c
   grass/trunk/raster/r.patch/r.patch.html
Log:
r.patch: link r.series from doc

Modified: grass/trunk/raster/r.patch/main.c
===================================================================
--- grass/trunk/raster/r.patch/main.c	2017-04-17 19:18:12 UTC (rev 70895)
+++ grass/trunk/raster/r.patch/main.c	2017-04-18 15:54:50 UTC (rev 70896)
@@ -60,6 +60,8 @@
     G_add_keyword(_("mosaicking"));
     G_add_keyword(_("merge"));
     G_add_keyword(_("patching"));
+    G_add_keyword(_("aggregation"));
+    G_add_keyword(_("series"));
     module->description =
 	_("Creates a composite raster map layer by using "
 	  "known category values from one (or more) map layer(s) "

Modified: grass/trunk/raster/r.patch/r.patch.html
===================================================================
--- grass/trunk/raster/r.patch/r.patch.html	2017-04-17 19:18:12 UTC (rev 70895)
+++ grass/trunk/raster/r.patch/r.patch.html	2017-04-18 15:54:50 UTC (rev 70896)
@@ -105,7 +105,14 @@
 files open need more RAM. See also the Wiki page
 <a href="http://grasswiki.osgeo.org/wiki/Large_raster_data_processing">Hints for large raster data processing</a>.
 
+<p>
+Operating systems usually limit the length of the command line
+which limits the number of input raster maps user can pass to the module
+using the option <b>input</b>. In that case,
+<em><a href="r.series.html">r.series</a></em> can be used instead of
+<em>r.patch</em>.
 
+
 <h2>EXAMPLE</h2>
 
 Create a list of maps matching a pattern, extend the region to include them
@@ -128,6 +135,7 @@
 <a href="g.rename.html">g.rename</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.support.html">r.support</a>,
+<a href="r.series.html">r.series</a>,
 <a href="v.mkgrid.html">v.mkgrid</a>
 </em>
 <p>



More information about the grass-commit mailing list