Open edwardhartnett opened 3 years ago
Since the creation of a separate NUG repository, documentation is split. The NUG needs hold only non-independent descriptions of quantize. The netcdf-c/docs directory needs to hold language specific documentation.
Sure, I get that. And I have added docs in the netcdf-c and netcdf-fortran repos. But I would also like to add a section on quantize to the language neutral docs. It's an important feature, that even users of other languages (like netcdf-java) need to be aware of.
I have added this documentation to the netcdf-c documentation.
We are adding quantization with the bitgroom filter to the netCDF C/Fortran libraries (see https://github.com/Unidata/netcdf-c/issues/1548)
I have a PR up for the C library (https://github.com/Unidata/netcdf-c/pull/2088) and one for the Fortran library (https://github.com/Unidata/netcdf-fortran/pull/304) and each of those have documentation changes supporting the new quantize functions.
I would also like to add a section to the language neutral docs, but I'm not sure where in this repo I should do that. It should be near wherever compression is explained.