pyESI is a Python package that provides an implementation for Ensemble Spatial Interpolation method. It aims to be an easy-to-use alternative to traditional spatial interpolators in Python.
The source code is currently hosted on GitHub at: https://github.com/alges/pyESI
Binary installers for the latest released version are available at the Python Package Index (PyPI).
pip install pyESI
- NumPy - Powerful n-dimensional arrays and numerical computing tools
- pandas - Fast, powerful, flexible and easy to use open source data analysis and manipulation tool
Please cite the following paper when publishing work relating this code:
@article{egana2021ensemble,
title={Ensemble Spatial Interpolation: A New Approach to Natural or Anthropogenic Variable Assessment},
author={Egana, Alvaro and Navarro, Felipe and Maleki, Mohammad and Grandon, Francisca and Carter, Francisco and Soto, Fabi{\'a}n},
journal={Natural Resources Research},
volume={30},
number={5},
pages={3777--3793},
year={2021},
publisher={Springer}
}