Expand description
§Hydro-analysis
hydro-analysis provides functions for Hydrology DEM manipulation. There are
a couple generic functions for reading/writing raster files of any common
primative type (which surprizingly I couldn’t find anywhere else, unless you
use GDAL which I am trying to avoid). Also there are a couple functions based
on whitebox. Whitebox is a
command line tool, this provides functionality via functions so can be called
from your code.
Enums§
Functions§
- array_
to_ rasterfile - Writes a 2D array of values to a GeoTIFF raster with geo metadata.
- breach_
depressions - Breach depressions least cost. Implements
- d8_
clipped - Updates a D8 flow direction using a mask that indicates onland and ocean and return changed flattened indices.
- d8_
pointer - Calculates the D8 flow direction from a digital elevation model (DEM).
- fill_
depressions - Fills depressions (sinks) in a digital elevation model (DEM).
- rasterfile_
to_ array - Reads a single-band grayscale GeoTIFF raster file returning ndarry2 and metadata