Development
You can help to develop this library.
Issues
You can submit issues using https://github.com/python-windrose/windrose/issues
Clone
You can clone repository to try to fix issues yourself using:
$ git clone https://github.com/python-windrose/windrose.git
$ cd windrose
Run unit tests
Run all unit tests
$ python -m pytest -vv tests
Run a given test
$ python -m pytest -vv tests/test_windrose.py::test_windrose_np_plot_and_pd_plot
Install development version
$ python -m pip install .
or directly from repository
$ python -m pip install git+https://github.com/python-windrose/windrose.git
Collaborating
Fork repository
Create a branch which fix a given issue
Submit pull requests