[GRASS-SVN] r74067 - grass/trunk/raster/r.buildvrt
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 9 03:33:21 PST 2019
Author: martinl
Date: 2019-02-09 03:33:21 -0800 (Sat, 09 Feb 2019)
New Revision: 74067
Modified:
grass/trunk/raster/r.buildvrt/r.buildvrt.html
Log:
r.buildvrt: manual cosmetics
Modified: grass/trunk/raster/r.buildvrt/r.buildvrt.html
===================================================================
--- grass/trunk/raster/r.buildvrt/r.buildvrt.html 2019-02-08 13:29:01 UTC (rev 74066)
+++ grass/trunk/raster/r.buildvrt/r.buildvrt.html 2019-02-09 11:33:21 UTC (rev 74067)
@@ -11,7 +11,7 @@
located in different mapsets. The output is a read-only link to
the original raster maps which is only valid if the original raster
maps remain in the originally indicated mapset. A VRT can also be built
-from raster maps registered with <em>r.external</em>.
+from raster maps registered with <em><a href="r.external.html">r.external</a></em>.
<p>
Reading the whole VRT is slower than reading the equivalent single
@@ -39,7 +39,7 @@
# create tiles
r.tile input=elev_state_50m output=elev_state_50m_tile_ width=1000 height=1000 overlap=0
# dump list of tiles to a file
-g.list type=raster pattern=elev_state_50m_tile_* > tilelist
+g.list type=raster pattern=elev_state_50m_tile_* output=tilelist
# build a vrt
r.buildvrt file=tilelist output=elev_state_50m_vrt
</pre></div>
@@ -48,7 +48,8 @@
<em>
<a href="r.tile.html">r.tile</a>,
-<a href="r.patch.html">r.patch</a>
+<a href="r.patch.html">r.patch</a>,
+<a href="r.external.html">r.external</a>
</em>
<p>
More information about the grass-commit
mailing list