Skip to main content

A dataset plugin for climetlab for the WEkEO dataset

Project description

climetlab-wekeo_datasets

A dataset plugin for climetlab for the datasets available on WEkEO.

For installation and usage instructions, please refer to the documentation.

Currently, the plugin supports CMLS, ECMWF and CMES datasets.

Features

This plugin provides a simple access to the datasets provided by WEkEO.

To narrow down the data to download, users can specify a start and an end date.

While it is not mandatory, the usage of Dask is recommended.

For usage examples, please refer to the demo notebook

Datasets description

The list of supported datasets can be seen in the setup.py file. Each item in the entry points list refers to a specific datasets.

The descriptions can be retrieved directly from WEkEO

Using climetlab to access the data

See the demo notebooks Binder

The climetlab python package allows easy access to the data with a few lines of code such as:

!pip install climetlab climetlab-wekeo-datasets
import climetlab as cml
ds = cml.load_dataset(
    "wekeo-datasets-cgls-hourly-lst-global-v2",
    start="2021-01-18",
    end="2021-01-19",
)
ds.to_xarray(xarray_open_mfdataset_kwargs={"chunks": "auto", "engine": "netcdf4"})


Support and contributing
------------------------

Please open a issue on github if this is a github repository.

LICENSE
-------

See the LICENSE file.
(C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation
nor does it submit to any jurisdiction.

Authors
-------

Germano Guerrini and al.

See also the CONTRIBUTORS.md file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

climetlab_wekeo_datasets-0.1.1.tar.gz (2.6 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page