climetlab-weatherbench


Nameclimetlab-weatherbench JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttp://github.com/mchantry/climetlab-weatherbench
SummaryA dataset plugin for climetlab for the dataset weatherbench
upload_time2023-09-20 19:21:22
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-weatherbench

A dataset plugin for climetlab for the dataset weatherbench. See [WeatherBench](https://github.com/pangeo-data/WeatherBench) for more details.


Features
--------

In this README is a description of how to get the dataset(s) provided by the python package climetlab-weatherbench.

## Datasets description

Alternate host for the WeatherBench dataset. Currently only hosting `geopotential_500hPa` & `temperature_850hPa`.

## Using climetlab to access the data

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


- [demo_main.ipynb](https://github.com/mchantry/climetlab-weatherbench/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-weatherbench/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-weatherbench/blob/main/notebooks/demo_main.ipynb) 
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-weatherbench/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-weatherbench/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-weatherbench
import climetlab as cml
ds = cml.load_dataset("weatherbench", year=2000, parameter = "geopotential_500hPa")
ds.to_xarray()
```


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 and al.

See also the CONTRIBUTORS.md file.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/mchantry/climetlab-weatherbench",
    "name": "climetlab-weatherbench",
    "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/a7/31/96d870064e60c1e5c4f3ca48d7654db655f305c8515aea8d3904db0a550c/climetlab_weatherbench-0.1.2.tar.gz",
    "platform": null,
    "description": "## climetlab-weatherbench\n\nA dataset plugin for climetlab for the dataset weatherbench. See [WeatherBench](https://github.com/pangeo-data/WeatherBench) for more details.\n\n\nFeatures\n--------\n\nIn this README is a description of how to get the dataset(s) provided by the python package climetlab-weatherbench.\n\n## Datasets description\n\nAlternate host for the WeatherBench dataset. Currently only hosting `geopotential_500hPa` & `temperature_850hPa`.\n\n## Using climetlab to access the data\n\nSee the [demo notebooks](https://github.com/mchantry/climetlab-weatherbench/tree/main/notebooks)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-weatherbench/main?urlpath=lab)\n\n\n- [demo_main.ipynb](https://github.com/mchantry/climetlab-weatherbench/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-weatherbench/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-weatherbench/blob/main/notebooks/demo_main.ipynb) \n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mchantry/climetlab-weatherbench/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-weatherbench/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-weatherbench\nimport climetlab as cml\nds = cml.load_dataset(\"weatherbench\", year=2000, parameter = \"geopotential_500hPa\")\nds.to_xarray()\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 and al.\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 weatherbench",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "http://github.com/mchantry/climetlab-weatherbench"
    },
    "split_keywords": [
        "meteorology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30b5ad7844b187a418246b7a766160f5c53164abb456a80f6970d5a82d41d807",
                "md5": "ae9965750d1e200b3dd84465d5d0d2f8",
                "sha256": "fd42329a019abebca824ae90f5f42412d1da6cd5866d1f4a096333d321988658"
            },
            "downloads": -1,
            "filename": "climetlab_weatherbench-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae9965750d1e200b3dd84465d5d0d2f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9179,
            "upload_time": "2023-09-20T19:21:20",
            "upload_time_iso_8601": "2023-09-20T19:21:20.840991Z",
            "url": "https://files.pythonhosted.org/packages/30/b5/ad7844b187a418246b7a766160f5c53164abb456a80f6970d5a82d41d807/climetlab_weatherbench-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a73196d870064e60c1e5c4f3ca48d7654db655f305c8515aea8d3904db0a550c",
                "md5": "5cac3edf173aabcc5d1c375986ccb391",
                "sha256": "bda9e7229c66e7030a3469e1628b54349df7075172a099f68e83f4e1f54f7c66"
            },
            "downloads": -1,
            "filename": "climetlab_weatherbench-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5cac3edf173aabcc5d1c375986ccb391",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8982,
            "upload_time": "2023-09-20T19:21:22",
            "upload_time_iso_8601": "2023-09-20T19:21:22.638831Z",
            "url": "https://files.pythonhosted.org/packages/a7/31/96d870064e60c1e5c4f3ca48d7654db655f305c8515aea8d3904db0a550c/climetlab_weatherbench-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 19:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mchantry",
    "github_project": "climetlab-weatherbench",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "climetlab-weatherbench"
}
        
Elapsed time: 0.14700s