Skip to content

Commit

Permalink
Paper rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr committed Aug 20, 2018
1 parent 32f7928 commit aaedda7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The initial use case of this library was for a technical report concerning pollu

It is also used by some contributors for teaching purpose.

![Map overlay](screenshots/overlay.png)
-![Map overlay](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).

Expand Down Expand Up @@ -83,20 +83,20 @@ $ python setup.py install

- The bar plot wind rose is the most common plot

![Windrose (bar) example](screenshots/bar.png)
-![Windrose (bar) example](screenshots/bar.png)

- Contour plots are also possible

![Windrose (contourf-contour) example](screenshots/contourf-contour.png)
-![Windrose (contourf-contour) example](screenshots/contourf-contour.png)

- Several windroses can be plotted using subplots to provide a plot per year with for example subplots per month

![Windrose subplots](screenshots/subplots.png)
-![Windrose subplots](screenshots/subplots.png)

- Probability density functions may be plotted. Fitting Weibull distribution is enabled by Scipy.
The Weibull distribution is used in weather forecasting and the wind power industry to describe wind speed distributions, as the natural distribution of wind speeds often matches the Weibull shape

![pdf example](screenshots/pdf.png)
-![pdf example](screenshots/pdf.png)

# More advanced usages

Expand Down

0 comments on commit aaedda7

Please sign in to comment.