A plugin for climetlab to retrieve the Eumetnet postprocessing benchmark dataset.
Project description
The Eumetnet postprocessing benchmark dataset Climetlab plugin
A plugin for climetlab to retrieve the Eumetnet postprocessing benchmark datasets.
Ease the download of the dataset time-aligned forecasts, reforecasts (hindcasts) and observations (ERA5 reanalysis).
- Climetlab plugin version: 0.2.5
- EUPPBench dataset version: 1.0
- Base dataset version: 1.0
- Dataset status: Datasets status
Documentation of the datasets
There are currently two sub-datasets available:
They are both documented here.
Using climetlab to access the data
See the demo notebooks
The climetlab python package allows easy access to the data with a few lines of code such as:
# Uncomment the line below if climetlab and the plugin are not yet installed
#!pip install climetlab climetlab-eumetnet-postprocessing-benchmark
import climetlab as cml
ds = cml.load_dataset('eumetnet-postprocessing-benchmark-training-data-gridded-forecasts-surface', "2017-12-02", "2t", "highres")
fcs = ds.to_xarray()
which download the deterministic (high-resolution) forecasts for the 2 metres temperature.
Once obtained, the corresponding observations (if available) can be retrieved in the xarray format by using the get_observations_as_xarray
method:
obs = ds.get_observations_as_xarray()
Support and contributing
Please open a issue on github.
LICENSE
See the LICENSE file for the code, and the DATA_LICENSE for the data.
Authors
See the CONTRIBUTORS.md file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file climetlab_eumetnet_postprocessing_benchmark-0.2.5.tar.gz
.
File metadata
- Download URL: climetlab_eumetnet_postprocessing_benchmark-0.2.5.tar.gz
- Upload date:
- Size: 398.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d46014f13fd03bf084efa23e5d5b7513637f1f06dadf06d57a57057055b1292 |
|
MD5 | 5851325d56df327c2d68ef031b86109b |
|
BLAKE2b-256 | 5e750b027dcbc5b50e5f4a0beebd14bf2051bcc4dbb3ad9e6e89acf6a99e3041 |