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.

Be careful not to cause dependency conflicts due to pyproj. hydrointerp uses pyproj >= 2.1 due to a major improvement in functionality. Unfortunately, some other geographic python packages have not updated to the new version yet (e.g. geopandas). Consequently, you may not be able to have both hydrointerp and these other packages installed simultaneously until they update their package dependencies.