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

New Feature: Updated degradation estimation (with uncertainty) plus full loss factor analysis #123

Merged
merged 25 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
18d5b37
Merge branch 'main' of github.com:slacgismo/solar-data-tools into new…
bmeyers Dec 5, 2023
90a02a1
first commit of loss factor analysis algorithm
bmeyers Dec 15, 2023
47cc399
Merge branch 'main' of github.com:slacgismo/solar-data-tools into new…
bmeyers Jan 13, 2024
847e96d
updated loss factor decomposition and attribution algorithms
bmeyers Feb 7, 2024
9ef16ec
working implemenation of loss factor analysis
bmeyers Feb 29, 2024
4739993
adding comment
bmeyers Feb 29, 2024
b6a0fbd
monte carlo sampling
bmeyers Mar 14, 2024
8efd686
updating requirements
bmeyers Mar 14, 2024
26596d4
updates to MC subroutine
bmeyers Mar 14, 2024
ea87903
can now set a degradation rate manually, or inherit it in the class f…
bmeyers Mar 14, 2024
674634e
reorganize and add better class for setting the component equal to kn…
bmeyers Mar 15, 2024
7f04ea9
different prints if MC is run or not
bmeyers Mar 15, 2024
36e104a
report upper and lower bounds
bmeyers Mar 15, 2024
570dab4
docstrings and cleanup
bmeyers Mar 15, 2024
65502a1
update file description
bmeyers Mar 15, 2024
e9bafd5
adding author
bmeyers Mar 15, 2024
973bd58
cleanup class init import
bmeyers Mar 15, 2024
e8d5afc
comments
bmeyers Mar 15, 2024
dd17e62
graceful handling if pipeline is not run
bmeyers Mar 15, 2024
a117e1e
Merge pull request #122 from slacgismo/new-deg
pluflou Mar 15, 2024
130730d
adding a progress bar to the main pipeline for better UX during compu…
bmeyers Mar 15, 2024
1c7c53e
adding more update points and a label
bmeyers Mar 15, 2024
806265f
Update requirements.txt
pluflou Mar 15, 2024
ec45117
Update data_handler.py
pluflou Mar 15, 2024
0b2d437
Merge pull request #124 from slacgismo/ux
pluflou Mar 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ sig-decomp
osqp
clarabel
qss
tqdm
spcqe @ git+https://github.com/cvxgrp/spcqe.git@29c72667f6f0876531f5cff0e43c2201591183e9
1 change: 1 addition & 0 deletions solardatatools/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
from solardatatools.algorithms.soiling import SoilingAnalysis
from solardatatools.algorithms.soiling import soiling_seperation_old
from solardatatools.algorithms.soiling import soiling_seperation
from solardatatools.algorithms.loss_factor_analysis import LossFactorAnalysis
Loading
Loading