cdo-bindings icon indicating copy to clipboard operation
cdo-bindings copied to clipboard

Ruby/Python bindings for CDO

Results 14 cdo-bindings issues
Sort by recently updated
recently updated
newest added

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...