MetObs toolkit defaults#

In the MetObs toolkit, default variables are defined. These variables can be handy to use for some applications.

import metobs_toolkit

#The default GEE datasetmanagers
metobs_toolkit.default_GEE_datasets

MetObs toolkit Utility functions#

A collection of utility functions is presented. These functions are not part of a class, but are used in the toolkit.

Logging functions#

Utility functions related to logging.

metobs_toolkit.add_FileHandler(filepath[, ...])

Add a FileHandler to the Toolkit logger.

metobs_toolkit.add_StreamHandler([setlvl, ...])

Add a StreamHandler to the Toolkit logger.

Authentication functions#

Utility functions related to authentication.

metobs_toolkit.connect_to_gee(**kwargs)

Set up authentication for the use of the GEE Python API.

Other utility functions#

metobs_toolkit.import_dataset_from_pkl(...)

Import a Dataset instance from a pickle file.