GRID CALCULATOR =============== Description ----------- The raster calculator allows the computation of algebraic expressions with raster layers, obtaining derived information in the form of new layers of geographical data The following operators and functions are available: - The following operators are available for the formula definition: - + Addition - - Subtraction - * Multiplication - / Division - ^ power - abs(x) - absolute value - sqrt(x) - square root - ln(x) - natural logarithm - log(x) - base 10 logarithm - exp(x) - exponential - sin(x) - sine - cos(x) - cosine - tan(x) - tangent - asin(x) - arcsine - acos(x) - arccosine - atan(x) - arctangent - atan2(x, y) - arctangent of x/y - gt(x, y) - if x>y the result is 1.0, else 0.0 - lt(x, y) - if x