Class for reading weather (meteorological) data from a RINEX MET file and storing it internally for look-up.
Definition at line 51 of file MetReader.hpp.
#include <MetReader.hpp>
Public Member Functions | |
MetReader () | |
Initialize internal data structures. More... | |
MetReader (const std::string &fn) | |
bool | read (const std::string &fn) |
Public Attributes | |
unsigned | verboseLevel |
gnsstk::WxObsData | wx |
The storage for all weather data read. More... | |
gnsstk::MetReader::MetReader | ( | ) |
Initialize internal data structures.
Definition at line 53 of file MetReader.cpp.
gnsstk::MetReader::MetReader | ( | const std::string & | fn | ) |
Initialize and load a RINEX MET file.
[in] | fn | The path to the RINEX MET file. |
FileMissingException | if unable to open fn. |
Definition at line 60 of file MetReader.cpp.
bool gnsstk::MetReader::read | ( | const std::string & | fn | ) |
Load the data from a RINEX MET file.
[in] | fn | The path to the RINEX MET file. |
Definition at line 72 of file MetReader.cpp.
unsigned gnsstk::MetReader::verboseLevel |
This doesn't actually do anything, but it's here for backwards compatibility.
Definition at line 70 of file MetReader.hpp.
gnsstk::WxObsData gnsstk::MetReader::wx |
The storage for all weather data read.
Definition at line 73 of file MetReader.hpp.