Steps to create probability density functions for TU Delft weather stations of wind speed
- run
downloader.py
to download data. Note that you need KNMI API key for 10 minute dara. Place in root directory with file calledapi_key
. - Create a folder named
images
. - run
avspeedplot.py
to create histograms. - run
avgdirplots.py
to create windroses. - run
avgvsstdplots.py
to create a plot of average speed vs standard deviation.
Note: log-normal fitting only makes sense for speed. It does not really fit for the wind directions. Code should be modified for wind direction plots.
- pandas
- scipy
- numpy
- matplotlib