Class CWOpendapReader


public class CWOpendapReader extends OpendapReader
The CWOpendapReader class reads OPeNDAP accessible datasets and uses the CoastWatch HDF metadata conventions to parse the attribute and variable data.
Since:
3.2.1
Author:
Peter Hollemans
  • Constructor Details

    • CWOpendapReader

      public CWOpendapReader(String url) throws IOException
      Creates a new reader using the specified URL.
      Parameters:
      url - the network location.
      Throws:
      IOException - if the an error occurred accessing the dataset.
  • Method Details