r.in.srtm.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <h2>DESCRIPTION</h2>
  2. <em>r.in.srtm</em> imports SRTM hgt files into GRASS.
  3. SRTM data sets can be downloaded from NASA at this FTP site (Version 1 and the
  4. improved Version 2):<br>
  5. <a href="http://dds.cr.usgs.gov/srtm/">http://dds.cr.usgs.gov/srtm/</a>
  6. <h2>NOTES</h2>
  7. SRTM tiles are of 1 degree by 1 degree size. The SRTM filename contains the
  8. coordinates which refer to the <b>center</b> of the lower left pixel (e.g., N51E010:
  9. lower left cell center at 10E, 51N). To identify a tile name, a grid can be easily
  10. visualized in the GRASS monitor:
  11. <div class="code"><pre>
  12. d.grid size=1
  13. </pre></div>
  14. To import TOPEX/SRTM30 PLUS data, use <em>r.in.bin</em>.
  15. <h2>SEE ALSO</h2>
  16. <em>
  17. <a href="r.in.bin.html">r.in.bin</a>
  18. </em>
  19. <p>The <a href="http://www2.jpl.nasa.gov/srtm/">Shuttle Radar Topography Mission</a>
  20. homepage at NASA's JPL.
  21. <br>
  22. The <a href="http://pub7.bravenet.com/forum/537683448/">SRTM Web Forum</a>
  23. <h2>REFERENCES</h2>
  24. 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.
  25. <h2>AUTHORS</h2>
  26. Markus Neteler<br>
  27. Improved by W. Kyngesburye and H. Bowman
  28. <p><i>Last changed: $Date$</i>