windrose


Namewindrose JSON
Version 1.9.0 PyPI version JSON
download
home_pagehttps://github.com/python-windrose/windrose
SummaryPython Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot)
upload_time2023-06-12 17:46:42
maintainerSebastien Celles
docs_urlNone
authorLionel Roubeyrie
requires_python>=3.6
licenseBCeCILL-B OR BSD-3-Clause
keywords python matplotlib wind windrose compass
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Latest Version](https://img.shields.io/pypi/v/windrose.svg)](https://pypi.python.org/pypi/windrose/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/windrose.svg)](https://pypi.python.org/pypi/windrose/)
[![Wheel format](https://img.shields.io/pypi/wheel/windrose.svg)](https://pypi.python.org/pypi/windrose/)
[![License](https://img.shields.io/pypi/l/windrose.svg)](https://pypi.python.org/pypi/windrose/)
[![Development Status](https://img.shields.io/pypi/status/windrose.svg)](https://pypi.python.org/pypi/windrose/)
[![Tests](https://github.com/python-windrose/windrose/actions/workflows/tests.yml/badge.svg)](https://github.com/python-windrose/windrose/actions/workflows/tests.yml)
[![DOI](https://zenodo.org/badge/37549137.svg)](https://zenodo.org/badge/latestdoi/37549137)
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.00268/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00268)

# Windrose

A [wind rose](https://en.wikipedia.org/wiki/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.

![Map overlay](paper/screenshots/overlay.png)

Some others contributors have used it to make figures for a [wind power plant control optimization study](https://www.nrel.gov/docs/fy17osti/68185.pdf).

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

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-windrose/windrose/HEAD?labpath=notebooks)

## 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:

```bash
$ pip install windrose
```

### Install latest development version

```bash
$ pip install git+https://github.com/python-windrose/windrose
```

or

```bash
$ 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](https://github.com/python-windrose/windrose/blob/master/CODE_OF_CONDUCT.md).

### Contributing

If you discover issues, have ideas for improvements or new features, please report them.
[CONTRIBUTING.md](https://github.com/python-windrose/windrose/blob/master/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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-windrose/windrose",
    "name": "windrose",
    "maintainer": "Sebastien Celles",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "python,matplotlib,wind,windrose,compass",
    "author": "Lionel Roubeyrie",
    "author_email": "s.celles@gmail.co",
    "download_url": "https://files.pythonhosted.org/packages/0e/13/799f4a38dcef5d8d14639be3e1f9192b98a25aac3ea03c8c821fa7752591/windrose-1.9.0.tar.gz",
    "platform": null,
    "description": "[![Latest Version](https://img.shields.io/pypi/v/windrose.svg)](https://pypi.python.org/pypi/windrose/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/windrose.svg)](https://pypi.python.org/pypi/windrose/)\n[![Wheel format](https://img.shields.io/pypi/wheel/windrose.svg)](https://pypi.python.org/pypi/windrose/)\n[![License](https://img.shields.io/pypi/l/windrose.svg)](https://pypi.python.org/pypi/windrose/)\n[![Development Status](https://img.shields.io/pypi/status/windrose.svg)](https://pypi.python.org/pypi/windrose/)\n[![Tests](https://github.com/python-windrose/windrose/actions/workflows/tests.yml/badge.svg)](https://github.com/python-windrose/windrose/actions/workflows/tests.yml)\n[![DOI](https://zenodo.org/badge/37549137.svg)](https://zenodo.org/badge/latestdoi/37549137)\n[![JOSS](https://joss.theoj.org/papers/10.21105/joss.00268/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00268)\n\n# Windrose\n\nA [wind rose](https://en.wikipedia.org/wiki/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.\n\nWindrose is a Python library to manage wind data, draw windroses (also known as polar rose plots), and fit Weibull probability density functions.\n\nThe 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.\n\nIt is also used by some contributors for teaching purpose.\n\n![Map overlay](paper/screenshots/overlay.png)\n\nSome others contributors have used it to make figures for a [wind power plant control optimization study](https://www.nrel.gov/docs/fy17osti/68185.pdf).\n\nSome 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.\n\n## Try windrose on mybinder.org\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-windrose/windrose/HEAD?labpath=notebooks)\n\n## Install\n\n### Requirements\n\n- matplotlib http://matplotlib.org/\n- numpy http://www.numpy.org/\n- and naturally python https://www.python.org/ :-P\n\nOptional libraries:\n\n- Pandas http://pandas.pydata.org/ (to feed plot functions easily)\n- Scipy http://www.scipy.org/ (to fit data with Weibull distribution)\n- ffmpeg https://www.ffmpeg.org/ (to output video)\n- click http://click.pocoo.org/ (for command line interface tools)\n- seaborn https://seaborn.pydata.org/ (for easy subplots)\n\n### Install latest release version via pip\n\nA package is available and can be downloaded from PyPi and installed using:\n\n```bash\n$ pip install windrose\n```\n\n### Install latest development version\n\n```bash\n$ pip install git+https://github.com/python-windrose/windrose\n```\n\nor\n\n```bash\n$ git clone https://github.com/python-windrose/windrose\n$ python setup.py install\n```\n\n## Documentation\nFull documentation of library is available at https://python-windrose.github.io/windrose/\n\n## Community guidelines\n\nYou can help to develop this library.\n\n### Code of Conduct\n\nIf you are using Python Windrose and want to interact with developers, others users...\nwe encourage you to follow our [code of conduct](https://github.com/python-windrose/windrose/blob/master/CODE_OF_CONDUCT.md).\n\n### Contributing\n\nIf you discover issues, have ideas for improvements or new features, please report them.\n[CONTRIBUTING.md](https://github.com/python-windrose/windrose/blob/master/CONTRIBUTING.md) explains\nhow to contribute to this project.\n\n### List of contributors and/or notable users\nhttps://github.com/python-windrose/windrose/blob/main/CONTRIBUTORS.md\n",
    "bugtrack_url": null,
    "license": "BCeCILL-B OR BSD-3-Clause",
    "summary": "Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot)",
    "version": "1.9.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/python-windrose/windrose/issues",
        "Documentation": "https://python-windrose.github.io/windrose",
        "Homepage": "https://github.com/python-windrose/windrose",
        "Source Code": "https://github.com/python-windrose/windrose"
    },
    "split_keywords": [
        "python",
        "matplotlib",
        "wind",
        "windrose",
        "compass"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbfe788b56065290855bfac62d950959befbd95ca8c1c7b2604c5a67d8beef90",
                "md5": "ea6e0e5f0e81e55d46f1c2d1122dda35",
                "sha256": "9c529d571c1f305a0f14f914892a768dede20606144591f241cd00966f0d888c"
            },
            "downloads": -1,
            "filename": "windrose-1.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea6e0e5f0e81e55d46f1c2d1122dda35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12034,
            "upload_time": "2023-06-12T17:46:41",
            "upload_time_iso_8601": "2023-06-12T17:46:41.267053Z",
            "url": "https://files.pythonhosted.org/packages/db/fe/788b56065290855bfac62d950959befbd95ca8c1c7b2604c5a67d8beef90/windrose-1.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e13799f4a38dcef5d8d14639be3e1f9192b98a25aac3ea03c8c821fa7752591",
                "md5": "619bf54c88ae7712495e44a687bf71c4",
                "sha256": "43499d708142c4f7e54b48b2893aaa97987664451aaeddf5ddd1cc3588d1b7a0"
            },
            "downloads": -1,
            "filename": "windrose-1.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "619bf54c88ae7712495e44a687bf71c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26961,
            "upload_time": "2023-06-12T17:46:42",
            "upload_time_iso_8601": "2023-06-12T17:46:42.523139Z",
            "url": "https://files.pythonhosted.org/packages/0e/13/799f4a38dcef5d8d14639be3e1f9192b98a25aac3ea03c8c821fa7752591/windrose-1.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 17:46:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-windrose",
    "github_project": "windrose",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "windrose"
}
        
Elapsed time: 0.07634s