Metadata-Version: 2.4
Name: geointerp
Version: 0.1.0
Summary: geospatial interpolations
Project-URL: Documentation, https://mullenkamp.github.io/geointerp/
Project-URL: Source, https://github.com/mullenkamp/geointerp
Author-email: geointerp <mullenkamp1@gmail.com>
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Requires-Dist: numpy>=1.20
Requires-Dist: pyproj>=3.0
Requires-Dist: scipy>=1.7
Description-Content-Type: text/markdown

# geointerp

<p align="center">
    <em>geospatial interpolations</em>
</p>

[![build](https://github.com/mullenkamp/geointerp/workflows/Build/badge.svg)](https://github.com/mullenkamp/geointerp/actions)
[![codecov](https://codecov.io/gh/mullenkamp/geointerp/branch/master/graph/badge.svg)](https://codecov.io/gh/mullenkamp/geointerp)
[![PyPI version](https://badge.fury.io/py/geointerp.svg)](https://badge.fury.io/py/geointerp)

---

**Source Code**: <a href="https://github.com/mullenkamp/geointerp" target="_blank">https://github.com/mullenkamp/geointerp</a>

---
## Project description
The geointerp package will contain a class(es) and associated interpolation functions specifically designed for 2D/3D geospatial data with an additonal time dimension. The core functionality is derived from the `Scipy <https://docs.scipy.org/doc/scipy/reference/index.html>`_ interpolation functions `griddata <https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.griddata.html>`_ and `map_coordinates <https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.map_coordinates.html>`_.




## Development environment

This project uses [uv](https://docs.astral.sh/uv/) for dependency management and [hatchling](https://hatch.pypa.io/latest/) as the build backend.


## License

This project is licensed under the terms of the Apache Software License 2.0.
