Skip to main content

A plugin for climetlab to retrieve the EUMETNET postprocessing benchmark dataset.

Project description

The EUMETNET postprocessing benchmark dataset Climetlab plugin

PyPI version PyPI pyversions build

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.7
  • Intake catalogues version: 0.2.0
  • Base dataset version: 1.0
  • EUPPBench dataset version: 1.0
  • EUPreciPBench dataset version: 0.5
  • Dataset status: Datasets status

An Intake catalogue is also available, as an alternative way to get the datasets.

Documentation of the datasets

There are currently three sub-datasets available:

They are documented here.

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:

# 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


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.7.tar.gz.

File metadata

File hashes

Hashes for climetlab_eumetnet_postprocessing_benchmark-0.2.7.tar.gz
Algorithm Hash digest
SHA256 fe013afeb9382e7a6e9879dbab6e5acda4b3f72b01675359adfca1f34d9a8a7a
MD5 eb664e587437bd569a6c13609c6a2b25
BLAKE2b-256 bb1d9c22ad03f325a1a596652cd2ba0f12522654e0581e88a89a8ba3b1ea5188

See more details on using hashes here.

Supported by

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