NCAS-CMS / cf-python

A CF-compliant Earth Science data analysis library
http://ncas-cms.github.io/cf-python
MIT License
125 stars 19 forks source link

Reduce output CFA netCDF file size by setting the HDF5 chunksizes of CFA variables to be no larger than required #743

Closed davidhassell closed 7 months ago

davidhassell commented 7 months ago

Fixes #739

The changes to _cfa_get_file_details will make it a little bit faster for large Dask graphs.