Skip to content

sol1105/xESMF

This branch is 51 commits behind pangeo-data/xESMF:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2023
Sep 1, 2023
Sep 1, 2023
Sep 1, 2023
Sep 18, 2023
Dec 3, 2020
Nov 15, 2023
Nov 5, 2020
Sep 18, 2023
Aug 29, 2017
Apr 3, 2023
Aug 31, 2023
Nov 5, 2020
Oct 9, 2023
Jun 15, 2023
Apr 3, 2023
Apr 3, 2023

Repository files navigation

xESMF: Universal Regridder for Geospatial Data

binder conda github-ci build status code coverage documentation status license DOI

xESMF is a Python package for regridding. It is

  • Powerful: It uses ESMF/ESMPy as backend and can regrid between general curvilinear grids with all ESMF regridding algorithms, 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.

Please see online documentation, or play with example notebooks on Binder.

For new users, I also recommend reading How to ask for help and How to support xESMF.

About

Universal Regridder for Geospatial Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%