Package: ddiv 0.1.1

ddiv: Data Driven I-v Feature Extraction

The Data Driven I-V Feature Extraction is used to extract Current-Voltage (I-V) features from I-V curves. I-V curves indicate the relationship between current and voltage for a solar cell or Photovoltaic (PV) modules. The I-V features such as maximum power point (Pmp), shunt resistance (Rsh), series resistance (Rs),short circuit current (Isc), open circuit voltage (Voc), fill factor (FF), current at maximum power (Imp) and voltage at maximum power(Vmp) contain important information of the performance for PV modules. The traditional method uses the single diode model to model I-V curves and extract I-V features. This package does not use the diode model, but uses data-driven a method which select different linear parts of the I-V curves to extract I-V features. This method also uses a sampling method to calculate uncertainties when extracting I-V features. Also, because of the partially shaded array, "steps" occurs in I-V curves. The "Segmented Regression" method is used to identify steps in I-V curves. This material is based upon work supported by the U.S. Department of Energy’s Office of Energy Efficiency and Renewable Energy (EERE) under Solar Energy Technologies Office (SETO) Agreement Number DE-EE0007140. Further information can be found in the following paper. [1] Ma, X. et al, 2019. <doi:10.1109/JPHOTOV.2019.2928477>.

Authors:Wei-Heng Huang [aut], Xuan Ma [aut], Jiqi Liu [aut], Menghong Wang [ctb], Alan J. Curran [ctb], Justin S. Fada [ctb], Jean-Nicolas Jaubert [ctb], Jing Sun [ctb], Jennifer L. Braid [ctb], Jenny Brynjarsdottir [ctb], Roger H. French [aut, cph], Megan M. Morbitzer [ctb, cre]

ddiv_0.1.1.tar.gz
ddiv_0.1.1.zip(r-4.7)ddiv_0.1.1.zip(r-4.6)ddiv_0.1.1.zip(r-4.5)
ddiv_0.1.1.tgz(r-4.6-any)ddiv_0.1.1.tgz(r-4.5-any)
ddiv_0.1.1.tar.gz(r-4.7-any)ddiv_0.1.1.tar.gz(r-4.6-any)
ddiv_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
ddiv/json (API)

# Install 'ddiv' in R:
install.packages('ddiv', repos = c('https://meganmorbitzer.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • IV_4K - Damp Heat Plus Dynamic Mechanical Load Indoor Accelerated Test I-V Curve.
  • IV_5M_1 - I-V Curves from External Solar Testing Laboratory.
  • IV_5M_2 - I-V Curves from External Solar Testing Laboratory.
  • IV_daystar - Outdoor Time Series I-V Curve Data from SDLE SunFarm.
  • IV_step1 - A data frame of IV curve with 1 step.
  • IV_step2 - A data frame of IV curve with 2 step.
  • IV_step3 - A data frame of IV curve with 3 step.
  • IV_timeseries - Outdoor Time Series I-V Curve Data from SDLE SunFarm.

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

3.73 score 1 packages 30 scripts 271 downloads 4 exports 9 dependencies

Last updated from:d0952f4ede. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE136
source / vignettesOK204
linux-release-x86_64NOTE126
macos-release-arm64NOTE118
macos-oldrel-arm64NOTE174
windows-develNOTE74
windows-releaseNOTE92
windows-oldrelNOTE78
wasm-releaseOK138

Exports:IVExtractResultIVfeatureIVstepsIVuncertain

Dependencies:askpasscurllatticeMASSnlmeqpdfRcppsegmentedsys

IV_timeseries
Data Description | Load data and run code | Example output

Last update: 2021-04-14
Started: 2021-04-14

ddiv v.0.1.1
This information is based off the following paper.X. Ma, W. Huang, E. Schnabel, M. Köhl, J. Brynjarsdóttir, J. L. Braid, and R. H. French. “Data-Driven I–V Feature Extraction for Photovoltaic Modules.” IEEE Journal of Photovoltaics 9, no. 5 (September 2019): 1405–12. https://doi.org/10.1109/JPHOTOV.2019.2928477. | What is ddiv v0.1.1 and what does it do? | How does ddiv v0.1.0 work? | Install and load the package | Example code for ddiv v0.1.0 | Example output for ddiv v0.1.0 | Sources

Last update: 2021-04-14
Started: 2018-09-28

Introduction to $I-V$ Curves
Load data and run code to extract $I-V$ features

Last update: 2021-04-14
Started: 2018-09-28

Outdoor Time Series I-V Curve Data from SDLE SunFarm
Data Description | Load data and run code to extract IV features | Example output

Last update: 2021-04-14
Started: 2018-09-28

Damp Heat Plus Dynamic Mechanical Load Indoor Accelerated Test I-V Curve
Data Description | Load data and run code to extract IV features | Example output | Reference | Acknowledgement

Last update: 2018-09-28
Started: 2018-09-28

I-V Curves from External Solar Testing Laboratory
Data Description | Load data and run code to extract IV features | Example output | References

Last update: 2018-09-28
Started: 2018-09-28