Context
CliMetLab, a Python package from ECMWF, now incorporates the WEkEO Plugin for simplified access to an extended range of Copernicus service datasets. This integration streamlines the process by automatically configuring the WEkEO HDA, eliminating the need for manual monitoring of jobs and downloads.
CliMetLab enhances data management by storing and managing datasets in a cache, supporting various data formats, and enabling direct conversion to xarray datasets. With just two lines of code, users can effortlessly access and transform WEkEO datasets.
This article shows how to install the WEkEO Plugin for seamless utilization! πͺ
Installation
There are three modules you need to install to use CliMetLab.
CliMetLab module
This is the original module, which brings all the convenient functions to handle different formats and the management of files. It can be installed using pip
:
pip install climetlab
WEkEO Source module
This module makes sure that CliMetLab can communicate with the WEkEO Harmonized Data Access (HDA) to download the queried datasets. It is also available on pip
:
pip install climetlab-wekeo-source
WEkEO Datastores module
This module contains all the information on the datasets accessible via ClimetLab:
pip install climetlab-wekeo-datasets
Import CliMetLab
Now, you are able to import CliMetLab to the notebook environment:
import climetlab
What's next?
Feel free to check these articles that might be of interest for you:
Additional resources can be found in our Help Center. Should you require further assistance or wish to provide feedback, feel free to contact us through a chat session available in the bottom right corner of the page.