Class NOAA1bV5Reader


public class NOAA1bV5Reader extends NOAA1bV4Reader
A NOAA 1b version 5 reader is the same as a 1b version 4 reader except that it accepts the version 5 in the archive and data headers. Version 5 started when an update to handle MetOp data accidently also updated the version number.
Since:
3.2.1
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • NOAA1bV5Reader

      public NOAA1bV5Reader(String file) throws IOException
      Constructs a NOAA 1b version 5 reader from the specified file.
      Parameters:
      file - the file name to read.
      Throws:
      IOException - if an error occurred reading the file data.
  • Method Details