r3.mapcalculator.html 825 B

1234567891011121314151617181920212223
  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>Do not enter output file in the formula field: correct: A+B; incorrect: newfile = A+B. Use no spaces or blanks.
  9. <p>Expert mode runs <em>r3.mapcalc</em> for more complex expressions.
  10. <h2>SEE ALSO</h2>
  11. <em><a href="r3.mapcalc.html">r3.mapcalc</a></em>
  12. <h2>AUTHOR</h2>
  13. Michael Barton, Arizona State University. Based on r.mapcalculator by R. Brunzema (r.brunzema@web.de)
  14. <p><i>Last changed: $Date$</i>