The hydrointerp package includes several interpolation functions specifically designed for hydrologic data. These are mainly derived from Scipy interpolation functions like griddata.
The primary documentation for the package can be found here.
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.