Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
15 stars 2 forks source link

Add the new xarray auto-chunking to to_dataset() and to_dataset_dict() #368

Closed RondeauG closed 4 months ago

RondeauG commented 6 months ago

Addressing a Problem?

chunks={} will use the chunks on disk, while chunks=None (current default) will just not chunk at all and can be problematic.

Potential Solution

No response

Additional context

No response

Contribution