Metadata-Version: 2.1
Name: spatial-interpolators
Version: 1.0.0.4
Summary: Spatial interpolation tools for Python
Home-page: https://github.com/tsutterley/spatial-interpolators
Author: Tyler Sutterley
Author-email: tsutterl@uw.edu
License: MIT
Keywords: spatial interpolation,regridding,regridding over a sphere
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

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

|Language|
|License|
|PyPI Version|
|Documentation Status|
|Binder|
|Pangeo|

.. |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/master/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

.. |Binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/tsutterley/spatial-interpolators/master

.. |Pangeo| image:: https://img.shields.io/static/v1.svg?logo=Jupyter&label=PangeoBinderAWS&message=us-west-2&color=orange
   :target: https://aws-uswest2-binder.pangeo.io/v2/gh/tsutterley/spatial-interpolators/master?urlpath=lab

Functions to spatially interpolate data over Cartesian and spherical grids

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

- `cython: C-extensions for Python <https://cython.org>`_
- `matplotlib: Python 2D plotting library <https://matplotlib.org/>`_
- `numpy: Scientific Computing Tools For Python <https://www.numpy.org>`_
- `scipy: Scientific Tools for Python <https://www.scipy.org/>`_

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/master.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 <https://creativecommons.org/licenses/by/4.0/>`_
and the source code is licensed under the `MIT license <LICENSE>`_.
