Name | pvpltools JSON |
Version |
0.1.0a3
JSON |
| download |
home_page | None |
Summary | Useful tools for photovoltaics and beyond. |
upload_time | 2024-10-28 16:39:31 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
photovoltaics
tools
pv
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PV Performance Labs Tools for Python
Useful tools for photovoltaics and beyond!
<p align="left">
<table>
<tr>
<td>PyPI version</td>
<td>
<a href="https://badge.fury.io/py/pvpltools">
<img src="https://badge.fury.io/py/pvpltools.svg" alt="PyPI version" height="18"/>
</a>
</td>
</tr>
<tr>
<td>License</td>
<td>
<a href="https://github.com/pvplabs/pvpltools/blob/main/LICENSE">
<img src="https://img.shields.io/pypi/l/pvpltools.svg" alt="license" />
</a>
</td>
</tr>
<tr>
<td>Build status</td>
<td>
<a href="http://pvpltools.readthedocs.org/en/latest/">
<img src="https://readthedocs.org/projects/pvpltools/badge/?version=latest" alt="documentation build status" />
</a>
<a href="https://github.com/pvplabs/pvpltools/actions/workflows/pytest.yml?query=branch%3Amain">
<img src="https://github.com/pvplabs/pvpltools/actions/workflows/pytest.yml/badge.svg?branch=main" alt="GitHub Actions Testing Status" />
</a>
<a href="https://codecov.io/gh/pvplabs/pvpltools">
<img src="https://codecov.io/gh/pvplabs/pvpltools/branch/main/graph/badge.svg" alt="codecov coverage" />
</a>
</td>
</table>
</p>
Latest news
-----------
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]:
[101]: https://doi.org/10.1002/pip.3763
Copyright
---------
Copyright (c) 2019-2020 Anton Driesse, PV Performance Labs.
License
-------
GPL-3.0, but feel free to let me know if that causes any problems!
Citing
------
When referring to this software in either academic or commercial context,
please use a citation similar to the following:
- A. Driesse,
"PV Performance Labs Tools for Python", (2020), GitHub repository, https://github.com/pvplabs/pvpltools
When referring to specific functions, docs strings or algorithms,
please add specifics to the citation.
The following report introduces the new ADR PV module efficiency model
and compares it to the IEC 61853 efficiency matrix interpolation/extrapolation method as well as several other published models:
- Driesse, Anton, & Stein, Joshua.
"From IEC 61853 power measurements to PV system simulations."
SAND2020-3877, Sandia National Laboratories, Albuquerque, NM, 2020. [doi:10.2172/1615179.][102]
[102]: https://pvpmc.sandia.gov/download/7737/
Additional publications related to the contents of pvpltools
will be listed here as they become available.
Acknowledgements
----------------
The contents of this repository have been developed
before, during or after various projects; as a product or byproduct;
with funding in whole, in part, or not at all.
I would like to acknowledge Sandia National Labs and the US DOE for
substantial project funding as well encouragement to publish open source code.
I also acknowledge and thank all the contributors to pvlib-python,
parts of which I use very frequently in the context of my work.
Getting help
------------
The doc strings within the code are currently the primary source of documentation.
Feel free to contact me with questions or suggestions though.
For commercial use, extended support and related services are available.
Raw data
{
"_id": null,
"home_page": null,
"name": "pvpltools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "photovoltaics, tools, pv",
"author": null,
"author_email": "Anton Driesse <anton.driesse@pvperformancelabs.com>",
"download_url": "https://files.pythonhosted.org/packages/4e/d0/1b8a984c1d8b73d6d98ee5398b28a9781b6460a150e231a9041468989f4c/pvpltools-0.1.0a3.tar.gz",
"platform": null,
"description": "# PV Performance Labs Tools for Python\n\nUseful tools for photovoltaics and beyond!\n\n<p align=\"left\">\n <table>\n <tr>\n <td>PyPI version</td>\n <td>\n <a href=\"https://badge.fury.io/py/pvpltools\">\n <img src=\"https://badge.fury.io/py/pvpltools.svg\" alt=\"PyPI version\" height=\"18\"/>\n </a>\n </td>\n </tr>\n <tr>\n <td>License</td>\n <td>\n <a href=\"https://github.com/pvplabs/pvpltools/blob/main/LICENSE\">\n <img src=\"https://img.shields.io/pypi/l/pvpltools.svg\" alt=\"license\" />\n </a>\n </td>\n </tr>\n <tr>\n <td>Build status</td>\n <td>\n <a href=\"http://pvpltools.readthedocs.org/en/latest/\">\n <img src=\"https://readthedocs.org/projects/pvpltools/badge/?version=latest\" alt=\"documentation build status\" />\n </a>\n <a href=\"https://github.com/pvplabs/pvpltools/actions/workflows/pytest.yml?query=branch%3Amain\">\n <img src=\"https://github.com/pvplabs/pvpltools/actions/workflows/pytest.yml/badge.svg?branch=main\" alt=\"GitHub Actions Testing Status\" />\n </a>\n <a href=\"https://codecov.io/gh/pvplabs/pvpltools\">\n <img src=\"https://codecov.io/gh/pvplabs/pvpltools/branch/main/graph/badge.svg\" alt=\"codecov coverage\" />\n </a>\n </td>\n </table>\n</p>\n\nLatest news\n-----------\n2024-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]: \n\n[101]: https://doi.org/10.1002/pip.3763\n\n\nCopyright\n---------\n\nCopyright (c) 2019-2020 Anton Driesse, PV Performance Labs.\n\n\nLicense\n-------\n\nGPL-3.0, but feel free to let me know if that causes any problems!\n\n\nCiting\n------\n\nWhen referring to this software in either academic or commercial context,\nplease use a citation similar to the following:\n\n- A. Driesse,\n\"PV Performance Labs Tools for Python\", (2020), GitHub repository, https://github.com/pvplabs/pvpltools\n\nWhen referring to specific functions, docs strings or algorithms,\nplease add specifics to the citation.\n\nThe following report introduces the new ADR PV module efficiency model\nand compares it to the IEC 61853 efficiency matrix interpolation/extrapolation method as well as several other published models:\n\n- Driesse, Anton, & Stein, Joshua.\n \"From IEC 61853 power measurements to PV system simulations.\"\n SAND2020-3877, Sandia National Laboratories, Albuquerque, NM, 2020. [doi:10.2172/1615179.][102]\n\n[102]: https://pvpmc.sandia.gov/download/7737/\n\nAdditional publications related to the contents of pvpltools\nwill be listed here as they become available.\n\n\nAcknowledgements\n----------------\n\nThe contents of this repository have been developed\nbefore, during or after various projects; as a product or byproduct;\nwith funding in whole, in part, or not at all.\n\nI would like to acknowledge Sandia National Labs and the US DOE for\nsubstantial project funding as well encouragement to publish open source code.\n\nI also acknowledge and thank all the contributors to pvlib-python,\nparts of which I use very frequently in the context of my work.\n\n\nGetting help\n------------\n\nThe doc strings within the code are currently the primary source of documentation.\n\nFeel free to contact me with questions or suggestions though.\nFor commercial use, extended support and related services are available.\n",
"bugtrack_url": null,
"license": null,
"summary": "Useful tools for photovoltaics and beyond.",
"version": "0.1.0a3",
"project_urls": {
"Bug Tracker": "https://github.com/pvplabs/pvpltools/issues",
"Changelog": "https://pvpltools.readthedocs.io/en/latest/",
"Documentation": "https://pvpltools.readthedocs.io/en/latest/",
"Homepage": "https://pvpltools.readthedocs.io/en/latest/",
"Repository": "https://github.com/pvplabs/pvpltools"
},
"split_keywords": [
"photovoltaics",
" tools",
" pv"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8744a13c2e4bc43b58420f60be5007d7f2133a186cacd569d3423b80bca06b8b",
"md5": "8b7dd1b2fc6a0837ddceb711644a300d",
"sha256": "df96506452e191b9f3dc5f98f1adddbe07e34fe83615a3e95bddd8416691d31c"
},
"downloads": -1,
"filename": "pvpltools-0.1.0a3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8b7dd1b2fc6a0837ddceb711644a300d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 77025,
"upload_time": "2024-10-28T16:39:29",
"upload_time_iso_8601": "2024-10-28T16:39:29.708520Z",
"url": "https://files.pythonhosted.org/packages/87/44/a13c2e4bc43b58420f60be5007d7f2133a186cacd569d3423b80bca06b8b/pvpltools-0.1.0a3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ed01b8a984c1d8b73d6d98ee5398b28a9781b6460a150e231a9041468989f4c",
"md5": "962d85abb4c45575c7d16302b59df717",
"sha256": "6b3c10874d79e5c9a29e88c19bb9c15ed9f0ffb18269c5978358650a58fb076b"
},
"downloads": -1,
"filename": "pvpltools-0.1.0a3.tar.gz",
"has_sig": false,
"md5_digest": "962d85abb4c45575c7d16302b59df717",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 116994,
"upload_time": "2024-10-28T16:39:31",
"upload_time_iso_8601": "2024-10-28T16:39:31.409801Z",
"url": "https://files.pythonhosted.org/packages/4e/d0/1b8a984c1d8b73d6d98ee5398b28a9781b6460a150e231a9041468989f4c/pvpltools-0.1.0a3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 16:39:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pvplabs",
"github_project": "pvpltools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pvpltools"
}