https://github.com/xarray-contrib/xwrf
A lightweight interface for working with the Weather Research and Forecasting (WRF) model output in Xarray.
https://github.com/xarray-contrib/xwrf
hactoberfest python wrf xarray
Last synced: 6 months ago
JSON representation
A lightweight interface for working with the Weather Research and Forecasting (WRF) model output in Xarray.
- Host: GitHub
- URL: https://github.com/xarray-contrib/xwrf
- Owner: xarray-contrib
- License: apache-2.0
- Created: 2021-10-06T17:42:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T10:58:24.000Z (7 months ago)
- Last Synced: 2025-03-28T23:38:07.162Z (6 months ago)
- Topics: hactoberfest, python, wrf, xarray
- Language: Python
- Homepage: https://xwrf.readthedocs.io/
- Size: 2.99 MB
- Stars: 62
- Watchers: 9
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# xWRF

| 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