[GRASS-SVN] r73659 - grass/branches/releasebranch_7_4/scripts/r.in.srtm

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 9 05:37:36 PST 2018


Author: martinl
Date: 2018-11-09 05:37:36 -0800 (Fri, 09 Nov 2018)
New Revision: 73659

Modified:
   grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.html
   grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.py
Log:
r.in.srtm: more keywords, link r.in.srtm.region addon in manual (merge r73657 from trunk)

Modified: grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.html
===================================================================
--- grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.html	2018-11-09 13:36:41 UTC (rev 73658)
+++ grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.html	2018-11-09 13:37:36 UTC (rev 73659)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.in.srtm</em> imports SRTM hgt files into GRASS.
+<em>r.in.srtm</em> imports SRTM HGT files into GRASS.
 
 SRTM Version 1 and improved Version 2 data sets can be downloaded from 
 NASA at this site:<br>
@@ -15,19 +15,21 @@
 SRTM tiles are of 1 degree by 1 degree size. The SRTM filename contains the
 coordinates which refer to the <b>center</b> of the lower left pixel (e.g., N51E010: 
 lower left cell center at 10E, 51N). To identify a tile name, a grid can be easily
-visualized in the GRASS monitor:
+visualized by <em><a href="d.grid.html">d.grid</a></em>:
 
 <div class="code"><pre>
 d.grid size=1
 </pre></div>
 
-To import TOPEX/SRTM30 PLUS data, use <em>r.in.bin</em>.
+To import TOPEX/SRTM30 PLUS data, use <em><a href="r.in.bin.html">r.in.bin</a></em>.
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.in.bin.html">r.in.bin</a>
+<a href="r.in.bin.html">r.in.bin</a>,
+<a href="https://grass.osgeo.org/grass7/manuals/addons/r.in.srtm.region.html">r.in.srtm.region</a> (Addon)
 </em>
+
 <p>The <a href="http://www2.jpl.nasa.gov/srtm/">Shuttle Radar Topography Mission</a>
 homepage at NASA's JPL.
 <br>

Modified: grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.py
===================================================================
--- grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.py	2018-11-09 13:36:41 UTC (rev 73658)
+++ grass/branches/releasebranch_7_4/scripts/r.in.srtm/r.in.srtm.py	2018-11-09 13:37:36 UTC (rev 73659)
@@ -52,6 +52,7 @@
 #% description: Imports SRTM HGT files into raster map.
 #% keyword: raster
 #% keyword: import
+#% keyword: SRTM
 #%End
 #%option G_OPT_F_INPUT
 #% description: Name of SRTM input tile (file without .hgt.zip extension)



More information about the grass-commit mailing list