Installation ------------ XmsInterp can be installed using `Anaconda `_. You can install XmsInterp using the `conda `_ command:: conda install -c aquaveo xmsinterp This will install XmsInterp and **all** the needed dependencies. Usage ----- The XmsInterp library contains classes for performing 2D (x,y) linear, natural neighbor, and idw interpolation. Natural neighbor interpolation is performed using the linear interpolation class. 3D (x,y,z) interpolation can be performed using the idw class. Points (x,y) must be given to create the interpolation class. Usage and documentation for each class can be found in the **User Interface** section of this site. There are also additional examples that can be found on the Examples_ page .. _Examples: https://aquaveo.github.io/examples/xmsinterp/xmsinterp.html