r3.mapcalculator.html 718 B

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