xwrf


Namexwrf JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://xwrf.readthedocs.io
SummaryA lightweight interface for working with the Weather Research and Forecasting (WRF) model output in Xarray.
upload_time2024-05-09 12:51:39
maintainerxWRF Developers
docs_urlNone
authorNone
requires_python>=3.8
licenseApache 2.0
keywords wrf xarray
VCS
bugtrack_url
requirements xarray donfig pyproj
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xWRF

![Project logo displaying the name xWRF, with the X made of triangles pointing to a center point and tick marks bordering each letter](https://github.com/xarray-contrib/xwrf/raw/main/docs/source/_static/xwrf_logo_bg_light.svg#gh-light-mode-only)![](docs/source/_static/xwrf_logo_bg_dark.svg#gh-dark-mode-only)

| CI          | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![Code Coverage Status][codecov-badge]][codecov-link] [![pre-commit.ci status][pre-commit.ci-badge]][pre-commit.ci-link] |
| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **Docs**    |                                                                     [![Documentation Status][rtd-badge]][rtd-link]                                                                     |
| **Package** |                                                          [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link]                                                          |
| **License** |                                                                         [![License][license-badge]][repo-link]                                                                         |

A lightweight interface for working with the [Weather Research and Forecasting (WRF)](https://www2.mmm.ucar.edu/wrf/users/) model output in Xarray. The primary objective of `xWRF` is to replicate crucial functionality from the [wrf-python](https://github.com/NCAR/wrf-python) package in a way that is **more convenient** for users and provides **seamless integration** with the rest of the Pangeo software stack.

See [documentation](https://xwrf.readthedocs.io/) for more information.

[github-ci-badge]: https://img.shields.io/github/actions/workflow/status/xarray-contrib/xwrf/ci.yaml?branch=main
[github-ci-link]: https://github.com/xarray-contrib/xwrf/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/xarray-contrib/xwrf.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/xarray-contrib/xwrf
[rtd-badge]: https://img.shields.io/readthedocs/xwrf/latest.svg
[rtd-link]: https://xwrf.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/xwrf?logo=pypi
[pypi-link]: https://pypi.org/project/xwrf
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/xwrf?logo=anaconda
[conda-link]: https://anaconda.org/conda-forge/xwrf
[license-badge]: https://img.shields.io/github/license/xarray-contrib/xwrf
[repo-link]: https://github.com/xarray-contrib/xwrf
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/xarray-contrib/xwrf/main.svg
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/xarray-contrib/xwrf/main

            

Raw data

            {
    "_id": null,
    "home_page": "https://xwrf.readthedocs.io",
    "name": "xwrf",
    "maintainer": "xWRF Developers",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "wrf, xarray",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5b/d6/a433dcfb41585a82ad6f01d4f6fbd5aea223ca4da8ec4bd2dff6a2f61408/xwrf-0.0.4.tar.gz",
    "platform": null,
    "description": "# xWRF\n\n![Project logo displaying the name xWRF, with the X made of triangles pointing to a center point and tick marks bordering each letter](https://github.com/xarray-contrib/xwrf/raw/main/docs/source/_static/xwrf_logo_bg_light.svg#gh-light-mode-only)![](docs/source/_static/xwrf_logo_bg_dark.svg#gh-dark-mode-only)\n\n| CI          | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![Code Coverage Status][codecov-badge]][codecov-link] [![pre-commit.ci status][pre-commit.ci-badge]][pre-commit.ci-link] |\n| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| **Docs**    |                                                                     [![Documentation Status][rtd-badge]][rtd-link]                                                                     |\n| **Package** |                                                          [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link]                                                          |\n| **License** |                                                                         [![License][license-badge]][repo-link]                                                                         |\n\nA lightweight interface for working with the [Weather Research and Forecasting (WRF)](https://www2.mmm.ucar.edu/wrf/users/) model output in Xarray. The primary objective of `xWRF` is to replicate crucial functionality from the [wrf-python](https://github.com/NCAR/wrf-python) package in a way that is **more convenient** for users and provides **seamless integration** with the rest of the Pangeo software stack.\n\nSee [documentation](https://xwrf.readthedocs.io/) for more information.\n\n[github-ci-badge]: https://img.shields.io/github/actions/workflow/status/xarray-contrib/xwrf/ci.yaml?branch=main\n[github-ci-link]: https://github.com/xarray-contrib/xwrf/actions?query=workflow%3ACI\n[codecov-badge]: https://img.shields.io/codecov/c/github/xarray-contrib/xwrf.svg?logo=codecov\n[codecov-link]: https://codecov.io/gh/xarray-contrib/xwrf\n[rtd-badge]: https://img.shields.io/readthedocs/xwrf/latest.svg\n[rtd-link]: https://xwrf.readthedocs.io/en/latest/?badge=latest\n[pypi-badge]: https://img.shields.io/pypi/v/xwrf?logo=pypi\n[pypi-link]: https://pypi.org/project/xwrf\n[conda-badge]: https://img.shields.io/conda/vn/conda-forge/xwrf?logo=anaconda\n[conda-link]: https://anaconda.org/conda-forge/xwrf\n[license-badge]: https://img.shields.io/github/license/xarray-contrib/xwrf\n[repo-link]: https://github.com/xarray-contrib/xwrf\n[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/xarray-contrib/xwrf/main.svg\n[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/xarray-contrib/xwrf/main\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A lightweight interface for working with the Weather Research and Forecasting (WRF) model output in Xarray.",
    "version": "0.0.4",
    "project_urls": {
        "Discussions/Support": "https://github.com/xarray-contrib/xwrf/discussions",
        "Documentation": "https://xwrf.readthedocs.io",
        "Homepage": "https://xwrf.readthedocs.io",
        "Source": "https://github.com/xarray-contrib/xwrf",
        "Tracker": "https://github.com/xarray-contrib/xwrf/issues"
    },
    "split_keywords": [
        "wrf",
        " xarray"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80ff304123d20207e272ccf05431352db8d828c10706809f1d64b764c77c4525",
                "md5": "970c7268e69d04111bafc407f7f4e073",
                "sha256": "6ca946720318bf08b514214f162364ee434e66c2e57063fa133a9952de7c61dd"
            },
            "downloads": -1,
            "filename": "xwrf-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "970c7268e69d04111bafc407f7f4e073",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19856,
            "upload_time": "2024-05-09T12:51:37",
            "upload_time_iso_8601": "2024-05-09T12:51:37.938071Z",
            "url": "https://files.pythonhosted.org/packages/80/ff/304123d20207e272ccf05431352db8d828c10706809f1d64b764c77c4525/xwrf-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bd6a433dcfb41585a82ad6f01d4f6fbd5aea223ca4da8ec4bd2dff6a2f61408",
                "md5": "db68a57e53f0093e485790da0a5eb5f5",
                "sha256": "88456783df035e6c5d07f60d402f382663e20b2c808417bcdf9461d07fddf8be"
            },
            "downloads": -1,
            "filename": "xwrf-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "db68a57e53f0093e485790da0a5eb5f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 48202,
            "upload_time": "2024-05-09T12:51:39",
            "upload_time_iso_8601": "2024-05-09T12:51:39.564959Z",
            "url": "https://files.pythonhosted.org/packages/5b/d6/a433dcfb41585a82ad6f01d4f6fbd5aea223ca4da8ec4bd2dff6a2f61408/xwrf-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 12:51:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xarray-contrib",
    "github_project": "xwrf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "xarray",
            "specs": [
                [
                    "!=",
                    "0.20.0"
                ],
                [
                    ">=",
                    "0.18"
                ],
                [
                    "!=",
                    "0.20.1"
                ]
            ]
        },
        {
            "name": "donfig",
            "specs": [
                [
                    ">=",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "pyproj",
            "specs": [
                [
                    ">=",
                    "2.4.1"
                ]
            ]
        }
    ],
    "lcname": "xwrf"
}
        
Elapsed time: 1.72558s