Thomas Lavergne
Thomas Lavergne
Well... that would explain why I felt 1.5.0 was doing worse than before ;) I'll try to reproduce the two behaviors with more synthetic test data. Indeed: ```python git show...
A short status for my investigations: - I could not yet find cases of polar grids that work better with the 1.5.0 version than with earlier. At time of writing,...
There are two issues with data_reduce: - one when the pole is in the area, and I believe it is fixed by [#98](https://github.com/pytroll/pyresample/pull/98). - one when the pole is not...
Short answer: no. Longer answer: maybe. I have been thinking lately that pyresample has maybe all what is needed to achieve this feature without touching the code. I must give...
Thanks for tagging me. I am maybe wondering if cf_reader should offer a richer interface to pyresample's from_cf() routine? For example, from_cf() offers the option to request the area_def attached...
Thanks. Your approach is fine with me.
Hello. I think it is correct of pyresample's `from_cf()` to not support lat/lon swath data (if this is what was failing now). I think AreaDefinition is only for grids based...
I see. I'll give it some thoughts. A first step would be to have a from_cf() method for pyresample's Geometry, that would default returning a SwathDefinition if no valid CF...
I badly needed this feature for a project I am working on, so I did a [prototype](https://github.com/TomLav/snippets/blob/main/AreaDefinition%20to_cf%20Prototype.ipynb). It is fine for me to keep this outside the pyresample repo, but...
Indeed. I was not aware of [this](https://docs.xarray.dev/en/latest/generated/xarray.DataArray.encoding.html). This will simplify the UI.