cf-python
cf-python copied to clipboard
cfa: provide option to tune netCDF4 HDF chunk size
In ticket #45 raised on the Bitbucket issue tracker for v2, there was a proposal to provide a means to set a different chunk size for writing to netCDF4 which was justified & well-received, but it appears it has not been implemented as yet.
This should indeed be done. The HDF chunk size functionality and API was completely refactored at v3.0.0, however, so this will require a bit more work than it might have done before. I'll start by reviewing the new code.