[GRASS-SVN] r71049 - grass/branches/releasebranch_7_2/raster/r.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 7 10:05:57 PDT 2017
Author: neteler
Date: 2017-05-07 10:05:57 -0700 (Sun, 07 May 2017)
New Revision: 71049
Modified:
grass/branches/releasebranch_7_2/raster/r.patch/main.c
grass/branches/releasebranch_7_2/raster/r.patch/r.patch.html
Log:
r.patch: link r.series from doc (trunk, r70896)
Modified: grass/branches/releasebranch_7_2/raster/r.patch/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.patch/main.c 2017-05-07 16:59:49 UTC (rev 71048)
+++ grass/branches/releasebranch_7_2/raster/r.patch/main.c 2017-05-07 17:05:57 UTC (rev 71049)
@@ -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/branches/releasebranch_7_2/raster/r.patch/r.patch.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.patch/r.patch.html 2017-05-07 16:59:49 UTC (rev 71048)
+++ grass/branches/releasebranch_7_2/raster/r.patch/r.patch.html 2017-05-07 17:05:57 UTC (rev 71049)
@@ -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