/hydrointerp

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

hydrointerp - A Python package for interpolating hydrologic data

The hydrointerp package includes several interpolation functions specifically designed for hydrologic data. These are mainly derived from Scipy interpolation functions like griddata.

Documentation

The primary documentation for the package can be found here.

Installation

hydrointerp can be installed via pip or conda:

pip install hydrointerp

or:

conda install -c mullenkamp hydrointerp

The core dependencies are Pandas, Scipy, xarray, and pyproj.