You can help to develop this library.
You can submit issues using https://github.com/python-windrose/windrose/issues
You can clone repository to try to fix issues yourself using:
$ git clone https://github.com/python-windrose/windrose.gitRun all unit tests
$ pytest -vv testsRun a given test
$ pytest -vv tests/test_windrose.py::test_windrose_np_plot_and_pd_plot$ python setup.py installor
$ sudo pip install git+https://github.com/python-windrose/windrose.git- Fork repository
- Create a branch which fix a given issue
- Submit pull requests