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
- Host: GitHub
- URL: https://github.com/tsutterley/spatial-interpolators
- Owner: tsutterley
- License: mit
- Created: 2018-07-12T17:56:40.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T20:23:32.000Z (over 2 years ago)
- Last Synced: 2025-04-24T06:52:52.241Z (about 1 year ago)
- Topics: interpolation, spatial, spherical-geometry
- Language: Python
- Homepage: https://spatial-interpolators.readthedocs.io
- Size: 1.64 MB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_.