Re: [netcdf-java] Stream to netcdf

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;



  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: