Band math supported numpy math routines

last updated: March 18, 2024

The bandmath raster processing tool supports the following subset of mathematical functions of the Python numpy package:

add log can_cast
subtract log10 promote_types
multiply sinh dtype
divide cosh logical_and
maximum tanh logical_or
minimum fft logical_not
sin ifft logical_xor
cos fft2 greater_equal
tan ifft2 less_equal
arcsin fftn equal
arccos ifftn not_equal
arctan bitwise_and array_equal
prod bitwise_or histogram
sum bitwise_xor histogram2d
abs invert histogramdd
sqrt left_shift where
exp right_shift nan_to_num

Rate this guide: