xESMF icon indicating copy to clipboard operation
xESMF copied to clipboard

Universal Regridder for Geospatial Data

Results 55 xESMF issues
Sort by recently updated
recently updated
newest added

It would be useful to have a benchmarking setup to track performance as we add features and update dependencies.

### Description Climate model data can be provided on grids that feature halo regions, which are partially or entirely duplicated columns or rows at the edges of the grid (eg....

Hello, I have raised this question in the [pangeo forum](https://discourse.pangeo.io/t/regridding-using-xesmf-with-3d-mask/1579) and was recommended to address it here: I am currently trying to create initial conditions for a high-resolution, regional ocean...

Hi all. I thought I would transfer the cubed-sphere regridding discussion (https://github.com/JiaweiZhuang/xESMF/issues/21) here since this is the now-active project. In summary, xESMF has limited support for cubed-sphere grids (and other...

I'm opening this issue on behalf of the maintainers at [cf-xarray](https://github.com/xarray-contrib/cf-xarray). We are currently looking into ways of implementing the [SGRID](https://sgrid.github.io/sgrid/) conventions. Those are used to describe staggered grids (C-grids...

enhancement
question

Trying to regrid GFS is always unsuccessful - reliably segfaults seemingly inside ESMF. ```bash root@test:/home/plot/# python3 test.py Overwrite existing file: bilinear_681x1441_513x1024.nc You can set reuse_weights=True to save computing time. Segmentation...

updates: - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](https://github.com/tox-dev/pyproject-fmt/compare/2.1.3...2.2.1)

I just ran into this issue while trying to regrid a curvilinear grid to rectilinear with the `conservative` method. This is my first pull request into a public project, so...

I'm trying to regrid rectilinear data from Sentinel-3 (~300 m resolution) to the EURO-CORDEX grid (~12 km resolution) using conservative regridding. Because CORDEX is curvilinear, I don't know how to...

wontfix

Hi, I am a new user of xESMF, and the regridding package is great. Recently I regrided the ocean model data from the tripole grid into the regular grid. The...