Class CWNCReader

All Implemented Interfaces:
GridSubsetReader, NCSD

public class CWNCReader extends NCReader
The CWNCReader class reads Java NetCDF accessible datasets and uses the CoastWatch HDF metadata conventions to parse the attribute and variable data.
Since:
3.2.0
Author:
Peter Hollemans
  • Constructor Details

    • CWNCReader

      public CWNCReader(String name) throws IOException
      Creates a new reader from the specified file.
      Parameters:
      name - the file name or URL to read.
      Throws:
      IOException - if an error occurred reading the metadata.
  • Method Details