Hi all,
This is a general question for the "geoscience xarray users".
I was wondering what tool do you currently use to:
1. reproject your xarray datasets (for example, for comparing model data defined on a certain projection with satellite data defined in another projection)
2. regrid your xarray datasets (for example, from a high spatial resolution to a lower spatial resolution)
I'd be interested in your tools of choice for these operations. My feeling is that there is a long way until xarray-based workflow can compete with iris-based workflows on this one, but I'd love to be proven wrong ;-)
My own answer to the question:
- for 1, I have a
homegrown solution (which is not dask-aware, memory hungry and not optimized for big data workflow, and therefore suboptimal)
- for 2, I am eagerly waiting for
https://github.com/pydata/xarray/pull/924 to be merged in xarray itself
Thanks!
Fabien