|
PALM-meteo
|


Public Member Functions | |
| check_config (self, *args, **kwargs) | |
| import_data (self, *args, **kwargs) | |
Public Member Functions inherited from palmmeteo.plugins.PluginMeta | |
| __new__ (cls, name, bases, dct) | |
| palmmeteo_stdplugins.wrf.WRFRadPlugin.check_config | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
(Load and) validate plugin-related configuration. Any plugin can optinally implement the check_config method for validating configuration. It is not required, so the method is not abstract.
Reimplemented from palmmeteo.plugins.Plugin.
| palmmeteo_stdplugins.wrf.WRFRadPlugin.import_data | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from palmmeteo.plugins.ImportPluginMixin.