Multi-dimensional pure python/numpy Lagrange Polynomial Interpolation.
See https://readingclouds.github.io/lagint/ for documentation.
Current version: 0.1.0.
Users should pip install to a suitable environment using
pip install git+https://github.com/ReadingClouds/lagint.git
This will install into the standard library.
Developers should fork then clone the repository (please create a branch before making any changes!), open a terminal window and activate the python environment required, cd to the Subfilter directory and
pip install -e .
This will install as if into the standard library but using the cloned code which can be edited. Please commit code improvements and discuss merging with the master branch with Peter Clark and other users.