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.3.3
  • Intake catalogues version: 0.2.4
  • 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.

Installation

The catalogue can be installed using pip. Type in a terminal

pip install climetlab climetlab-eumetnet-postprocessing-benchmark

and you are set!

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

File metadata

File hashes

Hashes for climetlab_eumetnet_postprocessing_benchmark-0.3.3.tar.gz
Algorithm Hash digest
SHA256 69997405a308cfa7296d0350b4d459191b00495c1eaad445003c7b85ced69fb3
MD5 60943d5d3936a919d427639537ff925c
BLAKE2b-256 b7f6ea349f3a63110c2c3dc1a78ff3c370efa8d8bbce7c6f772e9673ced0e56a

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