r.example.html 762 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <h2>DESCRIPTION</h2>
  2. <em>r.example</em> does practically do nothing, except
  3. for illustrating GRASS GIS raster programming. It copies
  4. over an existing raster map to a new raster map.
  5. See the source code for details.
  6. <h2>NOTES</h2>
  7. Some more detailed notes go here.
  8. <h2>EXAMPLE</h2>
  9. Create a copy of the raster map "elevation"
  10. (North Carolina sample dataset):
  11. <div class="code"><pre>
  12. g.region raster=elevation -p
  13. r.example input=elevation output=elevation2
  14. r.info elevation2
  15. </pre></div>
  16. <h2>SEE ALSO</h2>
  17. <em>
  18. <a href="r.stats.html">r.stats</a>,
  19. <a href="v.example.html">v.example</a>
  20. </em>
  21. <em>
  22. <a href="https://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
  23. </em>
  24. <h2>AUTHORS</h2>
  25. GRASS Development Team
  26. <p><i>Last changed: $Date$</i>