Windrose
A wind rose is a graphic tool used by meteorologists to give a succinct view of how wind speed and direction are typically distributed at a particular location. It can also be used to describe air quality pollution sources. The wind rose tool uses Matplotlib as a backend. Data can be passed to the package using Numpy arrays or a Pandas DataFrame.
Windrose is a Python library to manage wind data, draw windroses (also known as polar rose plots), and fit Weibull probability density functions.
The initial use case of this library was for a technical report concerning pollution exposure and wind distributions analyzes. Data from local pollution measures and meteorologic information from various sources like Meteo-France were used to generate a pollution source wind rose.
It is also used by some contributors for teaching purpose.
Some others contributors have used it to make figures for a wind power plant control optimization study.
Some academics use it to track lightning strikes during high intensity storms. They are using it to visualize the motion of storms based on the relative position of the lightning from one strike to the next.
Try windrose on mybinder.org
Install
Requirements
- matplotlib http://matplotlib.org/
- numpy http://www.numpy.org/
- and naturally python https://www.python.org/ :-P
Optional libraries:
- Pandas http://pandas.pydata.org/ (to feed plot functions easily)
- Scipy http://www.scipy.org/ (to fit data with Weibull distribution)
- ffmpeg https://www.ffmpeg.org/ (to output video)
- click http://click.pocoo.org/ (for command line interface tools)
- seaborn https://seaborn.pydata.org/ (for easy subplots)
Install latest release version via pip
A package is available and can be downloaded from PyPi and installed using:
$ pip install windrose
Install latest development version
$ pip install git+https://github.com/python-windrose/windrose
or
$ git clone https://github.com/python-windrose/windrose
$ python setup.py install
Documentation
Full documentation of library is available at https://python-windrose.github.io/windrose/
Community guidelines
You can help to develop this library.
Code of Conduct
If you are using Python Windrose and want to interact with developers, others users... we encourage you to follow our code of conduct.
Contributing
If you discover issues, have ideas for improvements or new features, please report them. CONTRIBUTING.md explains how to contribute to this project.
List of contributors and/or notable users
https://github.com/python-windrose/windrose/blob/main/CONTRIBUTORS.md
Release files for windrose 1.10.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| windrose-1.10.0.tar.gz | 25.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| windrose-1.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.7 kB
Release files / windrose-1.10.0.tar.gz
| Download URL | windrose-1.10.0.tar.gz |
|---|---|
| Size | 25.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e1328206b9a85a80169314decd3fb2ef077bab7e0800ca9420c6c31650cf054
|
|
BLAKE2b-256 checksum How to use checksums |
cce2a8f6cfa9432f80a39894be5bca99df98eb4ef3774f696d47cedd54e3f5eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 10, 2026.
Transparency logRelease files / windrose-1.10.0-py3-none-any.whl
| Download URL | windrose-1.10.0-py3-none-any.whl |
|---|---|
| Size | 20.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
956e6fe4823c4fc27d7f72ec496672a90cce5b73d0e91d989c73c541c76a874b
|
|
BLAKE2b-256 checksum How to use checksums |
fcca98b1639cfdd3d6c58271a8cf199c3a302ad548bd9f5ba513ac39104c7886
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 10, 2026.
Transparency log