Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add irradiance QC algorithm from Forstinger et al. #110

Open
cwhanse opened this issue Oct 20, 2021 · 12 comments
Open

Add irradiance QC algorithm from Forstinger et al. #110

cwhanse opened this issue Oct 20, 2021 · 12 comments

Comments

@cwhanse
Copy link
Member

cwhanse commented Oct 20, 2021

Conference paper here. Looks to be an improvement over Long and Shi.

@kandersolar
Copy link
Member

cc @AdamRJensen as he's on the author list

@AdamRJensen
Copy link
Member

I uploaded the code here just to have a stable link for the paper. Ideally it would be contributed to a library, so I would be happy to contribute it here. We still have a few improvements of the multiplot that we're working on finalizing.

@wholmgren
Copy link
Member

Nice plot!

@cwhanse
Copy link
Member Author

cwhanse commented Jan 4, 2023

Another paper describing a QC method to concurrent GHI and DHI.

@kandersolar
Copy link
Member

Another paper describing a QC method to concurrent GHI and DHI.

I think this is #172

@AdamRJensen
Copy link
Member

@YvesMSaintDrenan Would you be willing to add the multi-plot function to pvanalytics? I know that it's part of libinsitu, but I still think it would be a valuable contribution to pvanalytics.

I'd also be happy to do the implementation, if you agree.

@YvesMSaintDrenan
Copy link

I am all for it ! Just before you start please contact Raphaël who is currently updating the code to implement plotly (we want to make it possible to zoom and annotate the plots). In addition, we would like to implement the last tests of Nollas et al. (https://doi.org/10.1016/j.renene.2022.11.056) in the visual inspection.

@AdamRJensen
Copy link
Member

@YvesMSaintDrenan I imagine that as a first step, we might just want to add the basic plotting function, which takes a boolean series of flags, arrays of GHI, GHI_clear, DNI, and DHI, and solar position. How people calculate the flags and the remaining inputs can then be up to them as a first step. This would simplify this initial contribution significantly and make it rather flexible. A Class that can make it more user-friendly, e.g., calculate flags and retrieve CAMS can then be added secondarily. Would you be ok with that?

@cwhanse @kanderso-nrel Are you okay with adding plotly as a dependency to the project?

@kandersolar
Copy link
Member

Some reasons I hesitate to include plotting functionality in pvanalytics:

  • Visualizations are more in need of user-specific customization than algorithms are
  • Thorough testing is complicated to the point of impracticality
  • Everyone has their own favorite plotting package (e.g. I personally much prefer matplotlib over plotly)
  • Speculation: it may be a slippery slope to creating a "junk drawer" of everyone's personal favorite plots. Of course requiring a publication would prevent this.

As an alternative to including plotting functionality in pvanalytics itself, how about implementing them in gallery examples? Note that plotly can be used with sphinx-gallery (see docs).

@wholmgren
Copy link
Member

Ill-considered idea: create a new package under the pvlib organization (pvlib/pvplotting?) that embraces the junk drawer mentality and has a low barrier to entry.

@bt-
Copy link

bt- commented Jan 20, 2023

That is a very cool plot! My 2 cents along the lines of everyone has their favorite plotting package :) - the [holoviews] (https://holoviews.org/index.html) library would allow specifying the plot without specifying the plotting library. I'm not sure if the full figure would reliable work in each of the possible plotting backends (matplotlib, bokeh, and plotly), but might be something to investigate. I always use Bokeh as the backend when I'm using holoviews or hvplot.

Regardless, it is a cool plot, and it would be awesome to have access to a function somewhere to generate it, especially an interactive version!

@cwhanse
Copy link
Member Author

cwhanse commented Jan 20, 2023

Ill-considered idea: create a new package under the pvlib organization (pvlib/pvplotting?) that embraces the junk drawer mentality and has a low barrier to entry.

Supporting both pvanalytics and pvlib-python? I could support that if we come up with an organizing structure. Otherwise, an example gallery makes sense to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants