climetlab-wekeo-datasets


Nameclimetlab-wekeo-datasets JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttp://github.com/wekeo/climetlab-wekeo-datasets
SummaryA dataset plugin for climetlab for the WEkEO dataset
upload_time2023-12-06 10:49:12
maintainer
docs_urlNone
authorGermano Guerrini
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-wekeo_datasets

A dataset plugin for climetlab for the datasets available on WEkEO.

For installation and usage instructions, please refer to [the documentation](https://climetlab-wekeo-datasets.readthedocs.io/).

Currently, the plugin supports CMLS, ECMWF and CMES datasets.

Features
--------

This plugin provides a simple access to the datasets provided by WEkEO.

To narrow down the data to download, users can specify a start and an end date.

While it is not mandatory, the usage of Dask is recommended.

For usage examples, please refer to the [demo notebook](https://github.com/wekeo/climetlab-wekeo-datasets/tree/main/notebooks/demo_main.ipynb)

## Datasets description

The list of supported datasets can be seen in the setup.py file.
Each item in the entry points list refers to a specific datasets.

The descriptions can be retrieved directly from [WEkEO](https://www.wekeo.eu/data)

## Using climetlab to access the data

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


- [demo_main.ipynb](https://github.com/wekeo/climetlab-wekeo-datasets/tree/main/notebooks/demo_main.ipynb)
[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/wekeo/climetlab-wekeo-datasets/blob/main/notebooks/demo_main.ipynb)
[![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wekeo/climetlab-wekeo-datasets/blob/main/notebooks/demo_main.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wekeo/climetlab-wekeo-datasets/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/wekeo/climetlab-wekeo-datasets/tree/main/notebooks/demo_main.ipynb)


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

!pip install climetlab climetlab-wekeo-datasets
import climetlab as cml
ds = cml.load_dataset(
    "wekeo-datasets-cgls-hourly-lst-global-v2",
    start="2021-01-18",
    end="2021-01-19",
)
ds.to_xarray(xarray_open_mfdataset_kwargs={"chunks": "auto", "engine": "netcdf4"})


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

Please open a issue on github if this is a github repository.

LICENSE
-------

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

Germano Guerrini and al.

See also the CONTRIBUTORS.md file.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/wekeo/climetlab-wekeo-datasets",
    "name": "climetlab-wekeo-datasets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "meteorology",
    "author": "Germano Guerrini",
    "author_email": "germano.guerrini@exprivia.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/88/e423313456b02d75ec4c7056ada779fb323633f71b19889ca3ec44374740/climetlab_wekeo_datasets-0.1.1.tar.gz",
    "platform": null,
    "description": "## climetlab-wekeo_datasets\n\nA dataset plugin for climetlab for the datasets available on WEkEO.\n\nFor installation and usage instructions, please refer to [the documentation](https://climetlab-wekeo-datasets.readthedocs.io/).\n\nCurrently, the plugin supports CMLS, ECMWF and CMES datasets.\n\nFeatures\n--------\n\nThis plugin provides a simple access to the datasets provided by WEkEO.\n\nTo narrow down the data to download, users can specify a start and an end date.\n\nWhile it is not mandatory, the usage of Dask is recommended.\n\nFor usage examples, please refer to the [demo notebook](https://github.com/wekeo/climetlab-wekeo-datasets/tree/main/notebooks/demo_main.ipynb)\n\n## Datasets description\n\nThe list of supported datasets can be seen in the setup.py file.\nEach item in the entry points list refers to a specific datasets.\n\nThe descriptions can be retrieved directly from [WEkEO](https://www.wekeo.eu/data)\n\n## Using climetlab to access the data\n\nSee the [demo notebooks](https://github.com/wekeo/climetlab-wekeo-datasets/tree/main/notebooks)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wekeo/climetlab-wekeo-datasets/main?urlpath=lab)\n\n\n- [demo_main.ipynb](https://github.com/wekeo/climetlab-wekeo-datasets/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/wekeo/climetlab-wekeo-datasets/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/wekeo/climetlab-wekeo-datasets/blob/main/notebooks/demo_main.ipynb)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wekeo/climetlab-wekeo-datasets/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/wekeo/climetlab-wekeo-datasets/tree/main/notebooks/demo_main.ipynb)\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-wekeo-datasets\nimport climetlab as cml\nds = cml.load_dataset(\n    \"wekeo-datasets-cgls-hourly-lst-global-v2\",\n    start=\"2021-01-18\",\n    end=\"2021-01-19\",\n)\nds.to_xarray(xarray_open_mfdataset_kwargs={\"chunks\": \"auto\", \"engine\": \"netcdf4\"})\n\n\nSupport and contributing\n------------------------\n\nPlease open a issue on github if this is a github repository.\n\nLICENSE\n-------\n\nSee the LICENSE file.\n(C) Copyright 2023 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\nGermano Guerrini and al.\n\nSee also the CONTRIBUTORS.md file.",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A dataset plugin for climetlab for the WEkEO dataset",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "http://github.com/wekeo/climetlab-wekeo-datasets"
    },
    "split_keywords": [
        "meteorology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c88e423313456b02d75ec4c7056ada779fb323633f71b19889ca3ec44374740",
                "md5": "81883313df6f7cdc1f799206753e575a",
                "sha256": "5ee0508de742ccd1d540081462e3c49d3eedecf46b4e2896f0b723cc74a96a1a"
            },
            "downloads": -1,
            "filename": "climetlab_wekeo_datasets-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "81883313df6f7cdc1f799206753e575a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2606988,
            "upload_time": "2023-12-06T10:49:12",
            "upload_time_iso_8601": "2023-12-06T10:49:12.768287Z",
            "url": "https://files.pythonhosted.org/packages/2c/88/e423313456b02d75ec4c7056ada779fb323633f71b19889ca3ec44374740/climetlab_wekeo_datasets-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 10:49:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wekeo",
    "github_project": "climetlab-wekeo-datasets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "climetlab-wekeo-datasets"
}
        
Elapsed time: 0.14456s