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.
Paul Hamer wrote:
Is there a way to open a NetCDF with a io stream or a byte buffer rather than an actual file?
/** * Open an in-memory netcdf file. * * @param name name of the dataset. Typically use the filename or URI. * @param data in-memory netcdf file * @return memory-resident NetcdfFile * @throws java.io.IOException if error */public static NetcdfFile openInMemory(String name, byte[] data) throws IOException;
netcdf-java
archives: