Metadata-Version: 2.1
Name: pangeo-xesmf
Version: 0.5.3.post0
Summary: Universal Regridder for Geospatial Data
Home-page: https://github.com/pangeo-data/xESMF
Author: Jiawei Zhuang
Author-email: jiaweizhuang@g.harvard.edu
License: MIT
Description: xESMF: Universal Regridder for Geospatial Data
        ==============================================
        
        |Binder| |pypi| |Build Status| |codecov| |docs| |license| |DOI|
        
        xESMF is a Python package for
        `regridding <https://climatedataguide.ucar.edu/climate-data-tools-and-analysis/regridding-overview>`_.
        It is
        
        - **Powerful**: It uses ESMF_/ESMPy_ as backend and can regrid between **general curvilinear grids**
          with all `ESMF regridding algorithms <https://www.earthsystemcog.org/projects/esmf/regridding>`_,
          such as **bilinear**, **conservative** and **nearest neighbour**.
        - **Easy-to-use**: It abstracts away ESMF's complicated infrastructure
          and provides a simple, high-level API, compatible with xarray_ as well as basic numpy arrays.
        - **Fast**: It is faster than ESMPy's original Fortran regridding engine in serial case, and also supports dask_ for `out-of-core, parallel computation <http://xarray.pydata.org/en/stable/dask.html>`_.
        
        Please see `online documentation <http://pangeo-xesmf.readthedocs.io/en/latest/>`_, or `play with example notebooks on Binder <https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks>`_.
        
        For new users, I also recommend reading `How to ask for help <https://pangeo-xesmf.readthedocs.io/en/latest/#how-to-ask-for-help>`_ and `How to support xESMF <https://pangeo-xesmf.readthedocs.io/en/latest/#how-to-support-xesmf>`_.
        
        .. _ESMF: https://www.earthsystemcog.org/projects/esmf/
        .. _ESMPy: https://www.earthsystemcog.org/projects/esmpy/
        .. _xarray: http://xarray.pydata.org
        .. _dask: https://dask.org/
        
        .. |pypi| image:: https://badge.fury.io/py/xesmf.svg
           :target: https://badge.fury.io/py/xesmf
           :alt: pypi package
        
        .. |Build Status| image:: https://img.shields.io/github/workflow/status/pangeo-data/xESMF/CI?logo=github
           :target: https://github.com/pangeo-data/xESMF/actions
           :alt: github-ci build status
        
        
        .. |codecov| image:: https://codecov.io/gh/pangeo-data/xESMF/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/pangeo-data/xESMF
           :alt: code coverage
        
        .. |docs| image:: https://readthedocs.org/projects/pangeo-xesmf/badge/?version=latest
           :target: http://pangeo-xesmf.readthedocs.io/en/latest/?badge=latest
           :alt: documentation status
        
        .. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
           :target: https://github.com/pangeo-data/xESMF/blob/master/LICENSE
           :alt: license
        
        .. |DOI| image:: https://zenodo.org/badge/281126933.svg
           :target: https://zenodo.org/badge/latestdoi/281126933
           :alt: DOI
        
        .. |Binder| image:: https://mybinder.org/badge_logo.svg
           :target: https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks
           :alt: binder
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
