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: