ai-models-panguweather


Nameai-models-panguweather JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/ecmwf-lab/ai-models-panguweather
SummaryAn ai-models plugin to run PanguWeather
upload_time2024-02-13 10:47:08
maintainer
docs_urlNone
authorEuropean Centre for Medium-Range Weather Forecasts (ECMWF)
requires_python
licenseApache License Version 2.0
keywords tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ai-models-panguweather

`ai-models-panguweather` is an [ai-models](https://github.com/ecmwf-lab/ai-models) plugin to run [Huawei's Pangu-Weather](https://github.com/198808xc/Pangu-Weather).

Pangu-Weather: A 3D High-Resolution Model for Fast and Accurate Global Weather Forecast, arXiv preprint: 2211.02556, 2022.
<https://arxiv.org/abs/2211.02556>

Pangu-Weather was created by Kaifeng Bi, Lingxi Xie, Hengheng Zhang, Xin Chen, Xiaotao Gu and Qi Tian. It is released by Huawei Cloud.

The trained parameters of Pangu-Weather are made available under the terms of the BY-NC-SA 4.0 license.

The commercial use of these models is forbidden.

See <https://github.com/198808xc/Pangu-Weather> for further details.

### Installation

To install the package, run:

```bash
pip install ai-models-panguweather
```

This will install the package and its dependencies, in particular the ONNX runtime. The installation script will attempt to guess which runtime to install. You can force a given runtime by specifying the the `ONNXRUNTIME` variable, e.g.:

```bash
ONNXRUNTIME=onnxruntime-gpu pip install ai-models-panguweather
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ecmwf-lab/ai-models-panguweather",
    "name": "ai-models-panguweather",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tool",
    "author": "European Centre for Medium-Range Weather Forecasts (ECMWF)",
    "author_email": "software.support@ecmwf.int",
    "download_url": "https://files.pythonhosted.org/packages/19/de/e7296a5edf974fbf2be760623882fdb18f0298324fa0770472890e081e00/ai-models-panguweather-0.0.7.tar.gz",
    "platform": null,
    "description": "# ai-models-panguweather\n\n`ai-models-panguweather` is an [ai-models](https://github.com/ecmwf-lab/ai-models) plugin to run [Huawei's Pangu-Weather](https://github.com/198808xc/Pangu-Weather).\n\nPangu-Weather: A 3D High-Resolution Model for Fast and Accurate Global Weather Forecast, arXiv preprint: 2211.02556, 2022.\n<https://arxiv.org/abs/2211.02556>\n\nPangu-Weather was created by Kaifeng Bi, Lingxi Xie, Hengheng Zhang, Xin Chen, Xiaotao Gu and Qi Tian. It is released by Huawei Cloud.\n\nThe trained parameters of Pangu-Weather are made available under the terms of the BY-NC-SA 4.0 license.\n\nThe commercial use of these models is forbidden.\n\nSee <https://github.com/198808xc/Pangu-Weather> for further details.\n\n### Installation\n\nTo install the package, run:\n\n```bash\npip install ai-models-panguweather\n```\n\nThis will install the package and its dependencies, in particular the ONNX runtime. The installation script will attempt to guess which runtime to install. You can force a given runtime by specifying the the `ONNXRUNTIME` variable, e.g.:\n\n```bash\nONNXRUNTIME=onnxruntime-gpu pip install ai-models-panguweather\n```\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "An ai-models plugin to run PanguWeather",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/ecmwf-lab/ai-models-panguweather"
    },
    "split_keywords": [
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19dee7296a5edf974fbf2be760623882fdb18f0298324fa0770472890e081e00",
                "md5": "ca9c5f43b099e6d50fbfb880ad7ed423",
                "sha256": "8dc3fe5ecf3e9df5cb86baa0de0b9465445944a45959987ad5821ace68f5984c"
            },
            "downloads": -1,
            "filename": "ai-models-panguweather-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "ca9c5f43b099e6d50fbfb880ad7ed423",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7880,
            "upload_time": "2024-02-13T10:47:08",
            "upload_time_iso_8601": "2024-02-13T10:47:08.478275Z",
            "url": "https://files.pythonhosted.org/packages/19/de/e7296a5edf974fbf2be760623882fdb18f0298324fa0770472890e081e00/ai-models-panguweather-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 10:47:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecmwf-lab",
    "github_project": "ai-models-panguweather",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ai-models-panguweather"
}
        
Elapsed time: 0.20512s