py3Dinterpolations
Distribution | |
Testing | |
Code style | |
Documentation |
This is a python package to compute quick 3D interpolations of spatial data.
Supports the following interpolation methods:
-
Ordinary 3D Kriging :
pykrige
- Inverse Distance Weighting (IDW)
Supports preprocessing of data:
- Downsampling
- Normalization of X,Y,Z coordinates
- Standardization of signal
Visualizations
- 2D with
matplotlib
- 3D with
plotly
.
Installation
pip install py3Dinterpolations
Documentation
Documentation with working examples can be found here.