Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.73 KB

py3Dinterpolations

Distribution PyPI PyPI - Python Version
Testing Tests codecov
Code style Black Flake8 Linting
Documentation 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

Installation

pip install py3Dinterpolations

Documentation

Documentation with working examples can be found here.