You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+31-28
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PV Performance Labs Tools for Python
2
2
3
-
Useful tools for photovoltaics and beyond!
3
+
*Useful tools for photovoltaics and beyond!*
4
4
5
5
<palign="left">
6
6
<table>
@@ -36,11 +36,13 @@ Useful tools for photovoltaics and beyond!
36
36
</table>
37
37
</p>
38
38
39
-
Latest news
40
-
-----------
41
-
2024-02-13: More proof that these tools are useful! The module efficiency functions were put to good use in [this new study by Lelia Deville and her colleagues][101]:
39
+
This package, **pvpltools**, makes available a collection of useful
40
+
software components and functions created by Anton Driesse of PV Performance Labs.
41
+
Many were developed in the context of consulting or research projects,
42
+
sometimes as a necessity, and sometimes just to make life easier.
42
43
43
-
[101]: https://doi.org/10.1002/pip.3763
44
+
The aim of this package is to make life easier for people facing similar needs
45
+
and thereby, in a small way, support the accelerated deployment of photovoltaic power systems.
44
46
45
47
46
48
Copyright
@@ -58,46 +60,47 @@ GPL-3.0, but feel free to let me know if that causes any problems!
58
60
Citing
59
61
------
60
62
61
-
When referring to this software in either academic or commercial context,
63
+
When referring to this software in an academic or commercial context,
62
64
please use a citation similar to the following:
63
65
64
-
- A. Driesse,
65
-
"PV Performance Labs Tools for Python", (2020), GitHub repository, https://github.com/pvplabs/pvpltools
66
+
A. Driesse,
67
+
"PV Performance Labs Tools for Python", (2025), GitHub repository,
68
+
https://github.com/pvplabs/pvpltools
66
69
67
70
When referring to specific functions, docs strings or algorithms,
68
71
please add specifics to the citation.
69
-
70
-
The following report introduces the new ADR PV module efficiency model
71
-
and compares it to the IEC 61853 efficiency matrix interpolation/extrapolation method as well as several other published models:
72
-
73
-
- Driesse, Anton, & Stein, Joshua.
74
-
"From IEC 61853 power measurements to PV system simulations."
75
-
SAND2020-3877, Sandia National Laboratories, Albuquerque, NM, 2020. [doi:10.2172/1615179.][102]
76
-
77
-
[102]: https://pvpmc.sandia.gov/download/7737/
78
-
79
-
Additional publications related to the contents of pvpltools
80
-
will be listed here as they become available.
72
+
Docstrings also contain references to relevant publications.
81
73
82
74
83
75
Acknowledgements
84
76
----------------
85
77
86
-
The contents of this repository have been developed
87
-
before, during or after various projects; as a product or byproduct;
88
-
with funding in whole, in part, or not at all.
78
+
Parts of this repository have been developed
79
+
in the context of consulting or research projects,
80
+
sometimes as a necessity, and sometimes just to make life easier.
81
+
82
+
The development of this package has not been funded directly,
83
+
but I nevertheless want to acknowledge research project funding
84
+
and/or encouragement to publish open source code
85
+
from the following organizations:
86
+
87
+
- Sandia National Laboratories
88
+
- United States Department of Energy
89
+
- Fraunhofer Institute for Solar Energy
90
+
- German Aerospace Center
91
+
- German Ministry for Economic Affairs and Climate Action
89
92
90
-
I would like to acknowledge Sandia National Labs and the US DOE for
91
-
substantial project funding as well encouragement to publish open source code.
92
93
93
94
I also acknowledge and thank all the contributors to pvlib-python,
94
-
parts of which I use very frequently in the context of my work.
95
+
parts of which I use frequently in the context of my work.
95
96
96
97
97
98
Getting help
98
99
------------
99
100
100
-
The doc strings within the code are currently the primary source of documentation.
101
+
The first place to look is https://pvpltools.readthedocs.io/en/latest/.
102
+
If it's not adequately explained there, have a look at
103
+
the source code--if you're a user, you must be a programmer!
104
+
Still confused? Send me an email.
101
105
102
-
Feel free to contact me with questions or suggestions though.
103
106
For commercial use, extended support and related services are available.
0 commit comments