RAVE
|
Classes | |
class | qifield_information |
Relation between a name (how/task quality field name) and a weight. More... | |
class | qitotal_site_information |
Information on what quality fields that should be used for generating the qi-total field. More... | |
Functions | |
strToFloat (sval) | |
Atempts to convert a string into a float. | |
parse_qitotal_site_information (cfile) | |
get_global_qitotal_site_information () | |
get_qitotal_site_information (cfile=None) | |
Creates the qitotal site information. | |
Variables | |
CONFIG_FILE | |
int | initialized = 0 |
dict | QITOTAL_REGISTRY = {} |
Copyright (C) 2014- Swedish Meteorological and Hydrological Institute (SMHI) This file is part of RAVE. RAVE is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. RAVE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with RAVE. If not, see <http://www.gnu.org/licenses/>.
Lib.qitotal_options.get_qitotal_site_information | ( | cfile = None | ) |
Creates the qitotal site information.
Lib.qitotal_options.strToFloat | ( | sval | ) |
Atempts to convert a string into a float.
sval | the string value |
Lib.qitotal_options.CONFIG_FILE |