hydrointerp - A Python package for 2D interpolation of hydrologic time series dataΒΆ

The hydrointerp package contains a class and associated interpolation functions specifically designed for 2D hydrologic data with time series. The core functionality is derived from the Scipy interpolation functions griddata and map_coordinates.

The GitHub repository is found here