xesmf


Namexesmf JSON
Version 0.8.8 PyPI version JSON
download
home_pageNone
SummaryUniversal Regridder for Geospatial Data
upload_time2024-11-01 15:01:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xESMF: Universal Regridder for Geospatial Data
==============================================

|Binder| |conda| |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://earthsystemmodeling.org/regrid/#regridding-methods>`_,
  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://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://xesmf.readthedocs.io/en/latest/#how-to-ask-for-help>`_ and `How to support xESMF <https://xesmf.readthedocs.io/en/latest/#how-to-support-xesmf>`_.

.. _ESMF: https://earthsystemmodeling.org/
.. _ESMPy: http://earthsystemmodeling.org/esmpy/
.. _xarray: http://xarray.pydata.org
.. _dask: https://dask.org/

.. |conda| image:: https://anaconda.org/conda-forge/xesmf/badges/version.svg
   :target: https://anaconda.org/conda-forge/xesmf/

.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/pangeo-data/xESMF/ci.yaml?branch=master
   :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://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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xesmf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Jiawei Zhuang <jiaweizhuang@g.harvard.edu>",
    "download_url": "https://files.pythonhosted.org/packages/23/f5/61cebf81c546790fb0e9360bfb8eae4a92810c4a46d8c818aeeaf97d20be/xesmf-0.8.8.tar.gz",
    "platform": null,
    "description": "xESMF: Universal Regridder for Geospatial Data\n==============================================\n\n|Binder| |conda| |Build Status| |codecov| |docs| |license| |DOI|\n\nxESMF is a Python package for\n`regridding <https://climatedataguide.ucar.edu/climate-data-tools-and-analysis/regridding-overview>`_.\nIt is\n\n- **Powerful**: It uses ESMF_/ESMPy_ as backend and can regrid between **general curvilinear grids**\n  with all `ESMF regridding algorithms <https://earthsystemmodeling.org/regrid/#regridding-methods>`_,\n  such as **bilinear**, **conservative** and **nearest neighbour**.\n- **Easy-to-use**: It abstracts away ESMF's complicated infrastructure\n  and provides a simple, high-level API, compatible with xarray_ as well as basic numpy arrays.\n- **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>`_.\n\nPlease see `online documentation <http://xesmf.readthedocs.io/en/latest/>`_, or `play with example notebooks on Binder <https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks>`_.\n\nFor new users, I also recommend reading `How to ask for help <https://xesmf.readthedocs.io/en/latest/#how-to-ask-for-help>`_ and `How to support xESMF <https://xesmf.readthedocs.io/en/latest/#how-to-support-xesmf>`_.\n\n.. _ESMF: https://earthsystemmodeling.org/\n.. _ESMPy: http://earthsystemmodeling.org/esmpy/\n.. _xarray: http://xarray.pydata.org\n.. _dask: https://dask.org/\n\n.. |conda| image:: https://anaconda.org/conda-forge/xesmf/badges/version.svg\n   :target: https://anaconda.org/conda-forge/xesmf/\n\n.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/pangeo-data/xESMF/ci.yaml?branch=master\n   :target: https://github.com/pangeo-data/xESMF/actions\n   :alt: github-ci build status\n\n.. |codecov| image:: https://codecov.io/gh/pangeo-data/xESMF/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/pangeo-data/xESMF\n   :alt: code coverage\n\n.. |docs| image:: https://readthedocs.org/projects/pangeo-xesmf/badge/?version=latest\n   :target: http://xesmf.readthedocs.io/en/latest/?badge=latest\n   :alt: documentation status\n\n.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg\n   :target: https://github.com/pangeo-data/xESMF/blob/master/LICENSE\n   :alt: license\n\n.. |DOI| image:: https://zenodo.org/badge/281126933.svg\n   :target: https://zenodo.org/badge/latestdoi/281126933\n   :alt: DOI\n\n.. |Binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks\n   :alt: binder\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Universal Regridder for Geospatial Data",
    "version": "0.8.8",
    "project_urls": {
        "documentation": "https://xesmf.readthedocs.io/en/latest/",
        "homepage": "https://github.com/pangeo-data/xESMF",
        "repository": "https://github.com/pangeo-data/xESMF"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cec6e0ecd645ee8a47fd58d15929d7760fefb45b3399c3c228670aa05349b5d8",
                "md5": "1544ede661c447db8ddfb1890e3f1dbe",
                "sha256": "aa9ba97aa17ff18cc50a94aed06121ea2a88f3fc54f425a8208c734466edf660"
            },
            "downloads": -1,
            "filename": "xesmf-0.8.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1544ede661c447db8ddfb1890e3f1dbe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 46807,
            "upload_time": "2024-11-01T15:01:31",
            "upload_time_iso_8601": "2024-11-01T15:01:31.321327Z",
            "url": "https://files.pythonhosted.org/packages/ce/c6/e0ecd645ee8a47fd58d15929d7760fefb45b3399c3c228670aa05349b5d8/xesmf-0.8.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23f561cebf81c546790fb0e9360bfb8eae4a92810c4a46d8c818aeeaf97d20be",
                "md5": "8d0764b3e6d7c968470e1d2998ec7237",
                "sha256": "8588f83007ce7011379991f516be3691df6fb30486741f0e1c33aa962056ea33"
            },
            "downloads": -1,
            "filename": "xesmf-0.8.8.tar.gz",
            "has_sig": false,
            "md5_digest": "8d0764b3e6d7c968470e1d2998ec7237",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46997,
            "upload_time": "2024-11-01T15:01:32",
            "upload_time_iso_8601": "2024-11-01T15:01:32.548928Z",
            "url": "https://files.pythonhosted.org/packages/23/f5/61cebf81c546790fb0e9360bfb8eae4a92810c4a46d8c818aeeaf97d20be/xesmf-0.8.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-01 15:01:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pangeo-data",
    "github_project": "xESMF",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "xesmf"
}
        
Elapsed time: 1.17820s