r3.mapcalculator.html 827 B

12345678910111213141516171819202122232425
  1. <h2>DESCRIPTION</h2>
  2. <em>r3.mapcalculator</em> provides a GUI frontend to <em>r3.mapcalc</em>.
  3. Up to 5 maps can be combined using simple expressions.
  4. In the expert mode, it runs <em>r3.mapcalc</em> for more complex expressions.
  5. Enter an <em>r3.mapcalc</em> expression in the formula field using the
  6. format: A+C or exp(A+C)+(B-2)*7 where A, B, C are 3D raster volumes entered
  7. in the A field, B field, and C field.
  8. <p>
  9. Do not enter output file in the formula field: correct: A+B; incorrect: newfile = A+B. Use no spaces or blanks.
  10. <p>
  11. Expert mode runs <em>r3.mapcalc</em> for more complex expressions.
  12. <h2>SEE ALSO</h2>
  13. <em><A HREF="r3.mapcalc.html">r3.mapcalc</A></em>
  14. <h2>AUTHOR</h2>
  15. Michael Barton, Arizona State University. Based on r.mapcalculator by R. Brunzema (r.brunzema@web.de)
  16. <p><i>Last changed: $Date$</i>