Class GetWAFSData

java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.GetWAFSData
All Implemented Interfaces:
Closeable, AutoCloseable

public class GetWAFSData extends DAO implements Closeable
A Data Access Object to load WAFS GRIB2 winds aloft data. The field format for the GRIB file is located at
invalid @link
{@link "https://www.nco.ncep.noaa.gov/pmb/products/gfs/gfs.t00z.pgrb2.0p25.f000.shtml"
}
Since:
5.2
Version:
11.1
Author:
Luke
  • Constructor Details

    • GetWAFSData

      public GetWAFSData(String file)
      Initializes the Data Access Object.
      Parameters:
      file - the GRIB2 file name
  • Method Details