cdo-bindings
cdo-bindings copied to clipboard
Ruby/Python bindings for CDO
I am working with the python CDO binding in a docker container which runs a debian bullseye distribution (`python:3.9.15-slim-bullseye`). I installed the cdo biniary using `apt-get install cdo` which installs...
* major cleanup of the code * shrink classes to their core * clearly separate the old and new API * fix method call order from reverse to forward writing...
This PR adds the `xarray_open_kwargs` keyword that let's you control the `xarray.open_dataset` keyword arguments in case of `returnXDataset=True`. This allows me, e.g., to control parallel reads and chunking. ## Use...
When using the force=False option to make use of the cache instead of recalculating it seems that it is no longer possible to return the result as an xarray Dataset....
On a windows system with a working latest build of cdo.exe in the path:- ``` Python 3.13.1 (tags/v3.13.1:0671451, Dec 3 2024, 19:06:28) [MSC v.1942 64 bit (AMD64)] on win32 Type...