|
WXP C++ Library Version 6.74.9
|
This class puts upper air data into a Raw class for further processing. More...
#include "../include/UpaRaw.h"
Public Member Functions | |
| UpaRaw (const char *param) | |
| int | init () |
| int | setParam (const char *str) |
| int | setPath (const char *path) |
| int | setFile () |
| int | setInput (const char *str) |
| int | setNameConv (const char *name) |
| int | setHour (const char *str) |
| int | setFilename () |
| int | setFilename (Date &date) |
| int | setFilename (const char *str) |
| int | setFilename (Date &date, const char *param) |
| int | setVariable (const char *str) |
| int | setLevel (const char *str) |
| int | getDate (Date &date) |
| int | setDomain (Domain &rdomain) |
| int | setVarFile (const char *file) |
| int | getDomain (Domain &rdomain) |
| int | createHash () |
| int | getInfo (UpaData &udata) |
| int | compute (Raw &data) |
| int | print () |
Static Public Member Functions | |
| static int | updateSpec (VarSpec &vs, Level &l) |
This class puts upper air data into a Raw class for further processing.
| int UpaRaw::compute | ( | Raw & | data | ) |
Extracts MOS data and puts it into a Raw class
| data | The raw data array |
References WXP::Domain::adjustDir(), WXP::UpaDataTool::compute(), WXP::Const::DRC, WXP::StrLib::equal(), WXP::String::get(), WXP::Datum::getData(), WXP::UpaFile::getDate(), WXP::Datum::getLoc(), WXP::Filename::getName(), WXP::UpaDataTool::getUnits(), WXP::Datum::init(), WXP::UpaData::init(), WXP::Wxp::isDebug(), WXP::Const::MISS, WXP::Wxp::outMessage(), WXP::VarList::print(), WXP::UpaFile::read(), WXP::Level::set(), WXP::Filename::setFile(), WXP::Data::setId(), WXP::VarSpec::toInfoLabel(), WXP::String::valid(), and WXP::StrLib::valid().
Referenced by WXP::UpaGrid::compute().
| int UpaRaw::getDate | ( | Date & | date | ) |
Gets the date information from the input file
| date | Date values |
References WXP::Filename::getDate().
Referenced by WXP::UpaGrid::getDate().
| int UpaRaw::setInput | ( | const char * | str | ) |
Sets the input file type
| str | The file type |
| int UpaRaw::setLevel | ( | const char * | str | ) |
Sets the level to be plotted
| str | Level string |
References WXP::String::set().
Referenced by WXP::UpaGrid::setLevel().
| int UpaRaw::setNameConv | ( | const char * | name | ) |
Sets the file name convention
| name | The name convention |
References WXP::Filename::setNameConv().
Referenced by WXP::UpaGrid::setNameConv().
| int UpaRaw::setVariable | ( | const char * | str | ) |
Sets the variable to be plotted
| str | Variable string |
References WXP::String::set().
Referenced by WXP::UpaGrid::setVariable().