-
Notifications
You must be signed in to change notification settings - Fork 77
Analysis Pipeline #116
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
Analysis Pipeline #116
Conversation
…of poa and clearsky poa for rescaling
|
@araval Thanks for the PR! We're also working on some code to streamline the workflow. I'll push that and issue a PR by the end of the week. Then let's all plan to compare notes and figure out how to best put all the pieces together in a consistent way. |
analysis_pipeline.py
Outdated
| - tilt (degrees) | ||
| - azimuth (degrees) | ||
| - pdc (DC capacity in Watts) | ||
| - tempco (temperature coefficient) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest gamma_pmp as the keyword
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, done!
|
This content is being handled by #117 now. |
This simplifies the example notebook with the help "analysis_pipeline.py". We would like to calculate degradation for a large number of systems in our database, so having a pipeline is more efficient. With the help of this script, we now input system metadata and energy or power time-series and we get degradation values along with confidence intervals as output.
See for example
docs/pipeline example.ipynb.