climetlab-mltc-surface-observation-postprocessing


Nameclimetlab-mltc-surface-observation-postprocessing JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttp://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing
SummaryA dataset plugin for climetlab for the dataset mltc-surface-observation-postprocessing
upload_time2023-09-20 19:32:13
maintainer
docs_urlNone
authorMatthew Chantry
requires_python
licenseApache License Version 2.0
keywords meteorology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## climetlab-mltc-surface-observation-postprocessing

A dataset plugin for climetlab for the dataset mltc-surface-observation-postprocessing-main.


Features
--------

In this README is a description of how to get the dataset provided by the python package climetlab_mltc_surface_observation_postprocessing.

## Datasets description

The dataset is designed for learning forecast errors of 2m-temperature from a weather forecasting model, using station observations as the truth. Currently there are 3 variables in the dataset. For each variable the dataset contains over 5 million datapoints covering a range of different locations (not specified).

### 1 : `field = forecast_error`
The predictand for the problem, the difference between the forecasted value of 2m-temperature and the observed value, units degrees C (or equally Kelvin).

### 2 : `field = time_of_day`
Local time of day, in decimal hours. Useful for diagnosing the diurnal cycle model bias.

### 3: `field = soil_temperature`
Model soil temperature, units degrees C.


## Using climetlab to access the data

See the [demo notebooks](https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-mltc-surface-observation-postprocessing/main?urlpath=lab)


- [demo_main.ipynb](https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks/demo_main.ipynb)
[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/mchantry/climetlab-mltc-surface-observation-postprocessing/blob/main/notebooks/demo_main.ipynb) 
[![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/mchantry/climetlab-mltc-surface-observation-postprocessing/blob/main/notebooks/demo_main.ipynb) 
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-mltc-surface-observation-postprocessing/main?filepath=notebooks/demo_main.ipynb)
[<img src="https://deepnote.com/buttons/launch-in-deepnote-small.svg">](https://deepnote.com/launch?name=MyProject&url=https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks/demo_main.ipynb)


- TODO.


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

!pip install climetlab climetlab-mltc-surface-observation-postprocessing
import climetlab as cml
ds = cml.load_dataset("mltc-surface-observation-postprocessing", field="forecast_error")
ds.to_pandas()
```


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

Either open a issue on github if this is a github repository, or send an email to email@example.com.

LICENSE
-------

See the LICENSE file.
(C) Copyright 2022 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
-------

Matthew Chantry, Fenwick Cooper, Zied Ben Bouallegue, Peter Dueben

See also the CONTRIBUTORS.md file.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing",
    "name": "climetlab-mltc-surface-observation-postprocessing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "meteorology",
    "author": "Matthew Chantry",
    "author_email": "matthew.chantry@ecmwf.int",
    "download_url": "https://files.pythonhosted.org/packages/d6/0b/c8eb9ad529ad975053569a79b309b59ff97a715da71d73fac6252b6a0685/climetlab_mltc_surface_observation_postprocessing-0.3.1.tar.gz",
    "platform": null,
    "description": "## climetlab-mltc-surface-observation-postprocessing\n\nA dataset plugin for climetlab for the dataset mltc-surface-observation-postprocessing-main.\n\n\nFeatures\n--------\n\nIn this README is a description of how to get the dataset provided by the python package climetlab_mltc_surface_observation_postprocessing.\n\n## Datasets description\n\nThe dataset is designed for learning forecast errors of 2m-temperature from a weather forecasting model, using station observations as the truth. Currently there are 3 variables in the dataset. For each variable the dataset contains over 5 million datapoints covering a range of different locations (not specified).\n\n### 1 : `field = forecast_error`\nThe predictand for the problem, the difference between the forecasted value of 2m-temperature and the observed value, units degrees C (or equally Kelvin).\n\n### 2 : `field = time_of_day`\nLocal time of day, in decimal hours. Useful for diagnosing the diurnal cycle model bias.\n\n### 3: `field = soil_temperature`\nModel soil temperature, units degrees C.\n\n\n## Using climetlab to access the data\n\nSee the [demo notebooks](https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-mltc-surface-observation-postprocessing/main?urlpath=lab)\n\n\n- [demo_main.ipynb](https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks/demo_main.ipynb)\n[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/mchantry/climetlab-mltc-surface-observation-postprocessing/blob/main/notebooks/demo_main.ipynb) \n[![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/mchantry/climetlab-mltc-surface-observation-postprocessing/blob/main/notebooks/demo_main.ipynb) \n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-mltc-surface-observation-postprocessing/main?filepath=notebooks/demo_main.ipynb)\n[<img src=\"https://deepnote.com/buttons/launch-in-deepnote-small.svg\">](https://deepnote.com/launch?name=MyProject&url=https://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing/tree/main/notebooks/demo_main.ipynb)\n\n\n- TODO.\n\n\nThe climetlab python package allows easy access to the data with a few lines of code such as:\n``` python\n\n!pip install climetlab climetlab-mltc-surface-observation-postprocessing\nimport climetlab as cml\nds = cml.load_dataset(\"mltc-surface-observation-postprocessing\", field=\"forecast_error\")\nds.to_pandas()\n```\n\n\nSupport and contributing\n------------------------\n\nEither open a issue on github if this is a github repository, or send an email to email@example.com.\n\nLICENSE\n-------\n\nSee the LICENSE file.\n(C) Copyright 2022 European Centre for Medium-Range Weather Forecasts.\nThis software is licensed under the terms of the Apache Licence Version 2.0\nwhich can be obtained at http://www.apache.org/licenses/LICENSE-2.0.\nIn applying this licence, ECMWF does not waive the privileges and immunities\ngranted to it by virtue of its status as an intergovernmental organisation\nnor does it submit to any jurisdiction.\n\nAuthors\n-------\n\nMatthew Chantry, Fenwick Cooper, Zied Ben Bouallegue, Peter Dueben\n\nSee also the CONTRIBUTORS.md file.\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A dataset plugin for climetlab for the dataset mltc-surface-observation-postprocessing",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "http://github.com/mchantry/climetlab-mltc-surface-observation-postprocessing"
    },
    "split_keywords": [
        "meteorology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "660d0a2814f010e87d8420fa3a51a722299835dbb9e051a1db0806a19b2ae84d",
                "md5": "1f889b69b43644c812844ecbdc0ad9da",
                "sha256": "87721f1157bcfaa4a51b6930a4312bd0a24d3166e59032e0043e70e36fdacb72"
            },
            "downloads": -1,
            "filename": "climetlab_mltc_surface_observation_postprocessing-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f889b69b43644c812844ecbdc0ad9da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11209,
            "upload_time": "2023-09-20T19:32:11",
            "upload_time_iso_8601": "2023-09-20T19:32:11.440461Z",
            "url": "https://files.pythonhosted.org/packages/66/0d/0a2814f010e87d8420fa3a51a722299835dbb9e051a1db0806a19b2ae84d/climetlab_mltc_surface_observation_postprocessing-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d60bc8eb9ad529ad975053569a79b309b59ff97a715da71d73fac6252b6a0685",
                "md5": "2c2d5398faef8ebddb63de1740233c61",
                "sha256": "5ce0ad00549c224cfb660a6dcd671a4abd1bdc4025d4a7d8ce12a40749071126"
            },
            "downloads": -1,
            "filename": "climetlab_mltc_surface_observation_postprocessing-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2c2d5398faef8ebddb63de1740233c61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10371,
            "upload_time": "2023-09-20T19:32:13",
            "upload_time_iso_8601": "2023-09-20T19:32:13.136984Z",
            "url": "https://files.pythonhosted.org/packages/d6/0b/c8eb9ad529ad975053569a79b309b59ff97a715da71d73fac6252b6a0685/climetlab_mltc_surface_observation_postprocessing-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 19:32:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mchantry",
    "github_project": "climetlab-mltc-surface-observation-postprocessing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "climetlab-mltc-surface-observation-postprocessing"
}
        
Elapsed time: 0.11431s