Dependency of the performance index to the deviation of the nacelle position to the wind direction
I would like to have a graph that shows the dependency of the performance index to the deviation of the nacelle position to the wind direction
here a bit pseudo code:
```
frame = data('nacellepos', 'winddir', 'performanceindex')
frame = filter(frame) # lowwindspeed, status codes and other bad conditions
devdelta = frame['nacellepos'] - frame['winddir']
catdevdelta = categorize(devdelta) # categorize dev_delta into bins, count the time per category, build the mean/median of the performance index
barplot(catdevdelta)
```
output should be the attachted picture.
We have great new features lined up that we can’t wait to share with you. Unfortunately this request is not part of the roadmap.