r.latlong.html 752 B

123456789101112131415161718192021222324252627282930313233
  1. <h2>DESCRIPTION</h2>
  2. <em>r.latlong</em> creates a latitude (degree decimal) map, or longitude
  3. if the -l flag is used, from any map in any projection using PROJ.4 library.
  4. This is an input to <em>r.sun</em> and <em>i.evapo.potrad</em>.
  5. <h2>NOTES</h2>
  6. The PROJ.4 <a href="http://trac.osgeo.org/proj/">website</a>.
  7. <h2>TODO</h2>
  8. Datum transform is not implemented, the same datum is taken as output.
  9. <h2>EXAMPLE</h2>
  10. <div class="code"><pre>
  11. g.region raster=elevation -p
  12. r.latlong input=elevation output=latitude
  13. </pre></div>
  14. <h2>SEE ALSO</h2>
  15. <em>
  16. <a href="r.sun.html">r.sun</a>,
  17. <a href="r.sunhours.html">r.sunhours</a>
  18. </em>
  19. <h2>AUTHORS</h2>
  20. Yann Chemin, International Rice Research Institute, The Philippines
  21. <p><i>Last changed: $Date$</i>