12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <h2>DESCRIPTION</h2>
- <em>r.in.srtm</em> imports SRTM hgt files into GRASS.
- SRTM data sets can be downloaded from NASA at this FTP site (Version 1 and the
- improved Version 2):<br>
- <a href="http://dds.cr.usgs.gov/srtm/">http://dds.cr.usgs.gov/srtm/</a>
- <h2>NOTES</h2>
- 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:
- <div class="code"><pre>
- d.grid size=1
- </pre></div>
- To import TOPEX/SRTM30 PLUS data, use <em>r.in.bin</em>.
- <h2>SEE ALSO</h2>
- <em>
- <a href="r.in.bin.html">r.in.bin</a>
- </em>
- <p>The <a href="http://www2.jpl.nasa.gov/srtm/">Shuttle Radar Topography Mission</a>
- homepage at NASA's JPL.
- <br>
- The <a href="http://pub7.bravenet.com/forum/537683448/">SRTM Web Forum</a>
- <h2>REFERENCES</h2>
- M. Neteler, 2005. <a href="http://grass.osgeo.org/newsletter/GRASSNews_vol3.pdf">SRTM and VMAP0 data in OGR and GRASS.</a> <i><a href="http://grass.osgeo.org/newsletter/">GRASS Newsletter</a></i>, Vol.3, pp. 2-6, June 2005. ISSN 1614-8746.
- <h2>AUTHORS</h2>
- Markus Neteler<br>
- Improved by W. Kyngesburye and H. Bowman
- <p><i>Last changed: $Date$</i>
|