Calculate a higher-order derivative of the DEM by finite differencing successively in X and then Y direction. Uses a central differencing scheme.
dem (ndarray) – DEM (z values at each pixel of a rectangular grid)
ndarray
cellsize (tuple) – pixel (width, height)
tuple
(width, height)
dx (int) – order of derivative in x direction
int
dy (int) – order of derivative in y direction
Contents: