Closed Bartdoekemeijer closed 1 year ago
I have updated examples_artificial_data/filter_ws_pow_curves.ipynb
script to have the option to produce interactive figures with Bokeh, see the Jupyter Notebook on the branch. I'm attaching two interactive figures in .html
file format. GitHub won't allow me to upload the .html
files directly, hence attaching them as .zip
file: figures.zip. After unzipping, you can open them with your browser.
Couple nice features with this Bokeh functionality:
I'm not setting it as the default, but it's easy to enable for the interested user.
Last thing to do:
OK pushed up docstring changes. Ready for review and then merge!
Great, thank you @paulf81! I updated the ipympl
and bokeh
dependencies. Merging now.
This PR is ready to be merged.
Feature or improvement description This adds interactive browser-based Bokeh plot functionality to the windspeed-power curve filtering class. These figures can easily be saved as .htmls while maintaining their interactive functionality. You can zoom in/out, hide/show data with the legend, resize the plots, etc. This facilitates easy data exploring and additional in-depth analysis post-processing.
Related issue, if one exists N/A
Impacted areas of the software
ws_pow_filtering
Additional supporting information N/A
Test results, if applicable I will share an example soon.