hydro-analysis 0.2.0

Hydrolog anaylsis tools for manipulating DEMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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](https://github.com/jblindsay/whitebox-tools).  Whitebox is a
command line tool, this provides functionality via functions so can be called
from your code.

To get started see the [examples/](examples) folder