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.
Hello allThe cdm/src/main/java/ucar/nc2/NetcdfFile.java file on trunk (revision 14340) seems to have a minor bug at line 1433. The current code is:
if (id == null) setId(findAttValueIgnoreCase(null, "_Id", null)); if (title == null) setId(findAttValueIgnoreCase(null, "_Title", null)); I presume that the last line should be: setTitle(findAttValueIgnoreCase(null, "_Title", null)); Regards, Martin
netcdf-java
archives: