climetlab-maelstrom-yr


Nameclimetlab-maelstrom-yr JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/metno/climetlab-maelstrom-yr
SummaryA dataset plugin for climetlab for the dataset maelstrom-yr/yr.
upload_time2023-10-25 19:02:09
maintainer
docs_urlNone
authorThomas Nipen
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.
            ## maelstrom-yr

[![PyPI version](https://badge.fury.io/py/climetlab-maelstrom-yr.svg)](https://badge.fury.io/py/climetlab-maelstrom-yr)
[![workflow](https://github.com/metno/maelstrom-yr/workflows/build/badge.svg)](https://github.com/metno/maelstrom-yr/actions)

A dataset plugin for climetlab for the dataset maelstrom-yr. Check out this
[notebook](https://github.com/metno/maelstrom-yr/blob/main/notebooks/demo_yr.ipynb).

## Datasets description

Contains gridded weather data for the Nordics. It contains both predictors (gridded weather forecasts) and
predictand (gridded analysis fields). The forecasts are used operationally for the Nordic region on
[https://www.yr.no](https://www.yr.no) and currently a simple ML-solution is used, as described in
[Nipen et al. 2020](https://journals.ametsoc.org/view/journals/bams/101/1/bams-d-18-0237.1.xml).

## Using climetlab to access the data

The data can be loaded by the climetlab package (https://github.com/ecmwf/climetlab). The dataset has the
following arguments:
- size: Which dataset to load (currently 5GB is supported, but in the future a 5TB dataset will be added)
- parameter: Which predictand to load (currently "air_temperature" is supported)
- dates: If left blank, the whole dataset is loaded. Otherwise, provide a list of dates in "YYYY-MM-DD"
format to load a subset

Here is an example of how to load the data:
```
!pip install climetlab climetlab_maelstrom_yr
import climetlab as cml
ds = cml.load_dataset("maelstrom-yr", size="5GB", parameter="air_temperature", dates=['2020-06-29'])
ds.to_xarray()
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/metno/climetlab-maelstrom-yr",
    "name": "climetlab-maelstrom-yr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "meteorology",
    "author": "Thomas Nipen",
    "author_email": "thomasn@met.no",
    "download_url": "https://files.pythonhosted.org/packages/6a/68/37a1fa98fb614ba2e8861472a74c8288f4e01a907562a6d56fca43d32f9a/climetlab_maelstrom_yr-0.6.3.tar.gz",
    "platform": null,
    "description": "## maelstrom-yr\n\n[![PyPI version](https://badge.fury.io/py/climetlab-maelstrom-yr.svg)](https://badge.fury.io/py/climetlab-maelstrom-yr)\n[![workflow](https://github.com/metno/maelstrom-yr/workflows/build/badge.svg)](https://github.com/metno/maelstrom-yr/actions)\n\nA dataset plugin for climetlab for the dataset maelstrom-yr. Check out this\n[notebook](https://github.com/metno/maelstrom-yr/blob/main/notebooks/demo_yr.ipynb).\n\n## Datasets description\n\nContains gridded weather data for the Nordics. It contains both predictors (gridded weather forecasts) and\npredictand (gridded analysis fields). The forecasts are used operationally for the Nordic region on\n[https://www.yr.no](https://www.yr.no) and currently a simple ML-solution is used, as described in\n[Nipen et al. 2020](https://journals.ametsoc.org/view/journals/bams/101/1/bams-d-18-0237.1.xml).\n\n## Using climetlab to access the data\n\nThe data can be loaded by the climetlab package (https://github.com/ecmwf/climetlab). The dataset has the\nfollowing arguments:\n- size: Which dataset to load (currently 5GB is supported, but in the future a 5TB dataset will be added)\n- parameter: Which predictand to load (currently \"air_temperature\" is supported)\n- dates: If left blank, the whole dataset is loaded. Otherwise, provide a list of dates in \"YYYY-MM-DD\"\nformat to load a subset\n\nHere is an example of how to load the data:\n```\n!pip install climetlab climetlab_maelstrom_yr\nimport climetlab as cml\nds = cml.load_dataset(\"maelstrom-yr\", size=\"5GB\", parameter=\"air_temperature\", dates=['2020-06-29'])\nds.to_xarray()\n```",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A dataset plugin for climetlab for the dataset maelstrom-yr/yr.",
    "version": "0.6.3",
    "project_urls": {
        "Homepage": "https://github.com/metno/climetlab-maelstrom-yr"
    },
    "split_keywords": [
        "meteorology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a6837a1fa98fb614ba2e8861472a74c8288f4e01a907562a6d56fca43d32f9a",
                "md5": "a33f5ce5fec365d4bf8a080519ee4f85",
                "sha256": "a7f633f0b889049cda2e9cc8601499f7b4b0228378efe06d3e1fcb2a24330702"
            },
            "downloads": -1,
            "filename": "climetlab_maelstrom_yr-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a33f5ce5fec365d4bf8a080519ee4f85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10553,
            "upload_time": "2023-10-25T19:02:09",
            "upload_time_iso_8601": "2023-10-25T19:02:09.621086Z",
            "url": "https://files.pythonhosted.org/packages/6a/68/37a1fa98fb614ba2e8861472a74c8288f4e01a907562a6d56fca43d32f9a/climetlab_maelstrom_yr-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-25 19:02:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "metno",
    "github_project": "climetlab-maelstrom-yr",
    "github_not_found": true,
    "lcname": "climetlab-maelstrom-yr"
}
        
Elapsed time: 0.12530s