Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
I gave up trying to use the netcdf-java library classes such as NetcdfWriter because it kept truncating the value when they exceeded a particular length. So I decided the easiest way to update attribute values was to just call the Native C functions from java since I already successfully tested the functions from a C application. However, Nc4prototypes is missing some of the Native C functions such as nc_redef, and nc_inq_varid. Is there a reason that all of the Native C functions aren't included in Nc4prototypes? Since netcdf-java seems less powerful than those underlying commands it would be nice to have the option of calling any of those functions directory from Java. I've already created my own copy of Nc4prototypes to include any missing functions but it would be nice if they were just all available out-of-the-box when downloaded.
netcdf-java
archives: