2Copyright (C) 2011- Swedish Meteorological and Hydrological Institute (SMHI)
4This file is part of the bRopo extension to RAVE.
6RAVE is free software: you can redistribute it and/or modify
7it under the terms of the GNU Lesser General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
11RAVE is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14See the GNU Lesser General Public License for more details.
16You should have received a copy of the GNU Lesser General Public License
17along with RAVE. If not, see <http://www.gnu.org/licenses/>.
27from rave_quality_plugin
import rave_quality_plugin
28from rave_quality_plugin
import QUALITY_CONTROL_MODE_ANALYZE_AND_APPLY
31logger = rave_pgf_logger.create_logger()
37 super(ropo_quality_plugin, self).
__init__()
42 return [
"fi.fmi.ropo.detector.classification"]
50 def process(self, obj, reprocess_quality_flag=True, quality_control_mode=QUALITY_CONTROL_MODE_ANALYZE_AND_APPLY, arguments=None):
55 logger.exception(
"Failure during processing")
process(self, obj, reprocess_quality_flag=True, quality_control_mode=QUALITY_CONTROL_MODE_ANALYZE_AND_APPLY, arguments=None)
__init__(self)
Default constructor.
generate(inobj, reprocess_quality_flag=True, quality_control_mode=QUALITY_CONTROL_MODE_ANALYZE_AND_APPLY)
Generate - does the real work.