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 have so far; public void persistNcml(String ncml, String filePath) { InputStream ins = new ByteArrayInputStream(ncml.getBytes()); NetcdfDataset netcdfDataset = NcMLReader.readNcML(ins, null); ??? [need way to persist netcdfDataset as an nc file] } Thanks, Nick
netcdf-java
archives: