r.in.srtm.html 1.5 KB

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