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.
|
Add a FileHandler to the Toolkit logger. |
|
Add a StreamHandler to the Toolkit logger. |
Authentication functions#
Utility functions related to authentication.
|
Set up authentication for the use of the GEE Python API. |
Other utility functions#
Import a Dataset instance from a pickle file. |