An open API service indexing awesome lists of open source software.

https://github.com/tsutterley/spatial-interpolators

Python functions to spatially interpolate data over Cartesian and spherical grids
https://github.com/tsutterley/spatial-interpolators

interpolation spatial spherical-geometry

Last synced: about 1 year ago
JSON representation

Python functions to spatially interpolate data over Cartesian and spherical grids

Awesome Lists containing this project

README

          

=====================
spatial-interpolators
=====================

|Language|
|License|
|PyPI Version|
|Documentation Status|
|zenodo|

.. |Language| image:: https://img.shields.io/pypi/pyversions/spatial-interpolators?color=green
:target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/spatial-interpolators
:target: https://github.com/tsutterley/spatial-interpolators/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/spatial-interpolators.svg
:target: https://pypi.python.org/pypi/spatial-interpolators/

.. |Documentation Status| image:: https://readthedocs.org/projects/spatial-interpolators/badge/?version=latest
:target: https://spatial-interpolators.readthedocs.io/en/latest/?badge=latest

.. |zenodo| image:: https://zenodo.org/badge/140747492.svg
:target: https://zenodo.org/badge/latestdoi/140747492

Functions to spatially interpolate data over Cartesian and spherical grids

Dependencies
############

- `cython: C-extensions for Python `_
- `matplotlib: Python 2D plotting library `_
- `numpy: Scientific Computing Tools For Python `_
- `scipy: Scientific Tools for Python `_

Download
########

| The program homepage is:
| https://github.com/tsutterley/spatial-interpolators
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/spatial-interpolators/archive/main.zip

Disclaimer
##########

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
It includes software developed at NASA Goddard Space Flight Center (GSFC) and the
University of Washington Applied Physics Laboratory (UW-APL).
This software not sponsored or maintained by the Universities Space Research Association (USRA), or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.

License
#######

The content of this project is licensed under the
`Creative Commons Attribution 4.0 Attribution license `_
and the source code is licensed under the `MIT license `_.