It looks like netcdf output from the Toolbox is neither packed (scaled to integers) nor compressed. Is there a way to achieve this?

Thanks

1 Comment

  1. just a follow up. Not sure how the conversion to netcdf is done in the toolbox but if it uses the xarray facility is there perhaps a way to provide the "encoding" attribute that xarray. One could then compute the add_offset, scale_factor values with the toolbox operators construct an encoding dictonary? Don't understand the architecture enough to know if this makes sense, but I find the toolbox rather helpful in sub selecting, and computing daily averages. Network traffic could likely be a quarter if toolbox output could be packed and compressed.