浏览代码

r.buildvrt: manual cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74067 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 6 年之前
父节点
当前提交
584212ae2b
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      raster/r.buildvrt/r.buildvrt.html

+ 4 - 3
raster/r.buildvrt/r.buildvrt.html

@@ -11,7 +11,7 @@ read requests.
 located in different mapsets. The output is a read-only link to 
 located in different mapsets. The output is a read-only link to 
 the original raster maps which is only valid if the original raster 
 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 
 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>
 <p>
 Reading the whole VRT is slower than reading the equivalent single 
 Reading the whole VRT is slower than reading the equivalent single 
@@ -39,7 +39,7 @@ r.resamp.interp input=elev_state_500m output=elev_state_50m method=bilinear
 # create tiles
 # create tiles
 r.tile input=elev_state_50m output=elev_state_50m_tile_ width=1000 height=1000 overlap=0
 r.tile input=elev_state_50m output=elev_state_50m_tile_ width=1000 height=1000 overlap=0
 # dump list of tiles to a file
 # 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
 # build a vrt
 r.buildvrt file=tilelist output=elev_state_50m_vrt
 r.buildvrt file=tilelist output=elev_state_50m_vrt
 </pre></div>
 </pre></div>
@@ -48,7 +48,8 @@ r.buildvrt file=tilelist output=elev_state_50m_vrt
 
 
 <em>
 <em>
 <a href="r.tile.html">r.tile</a>,
 <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>
 </em>
 
 
 <p>
 <p>