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
Add text and link to use cases to homepage, some debugging on usecases page. (#12)
* create Use Cases page
* first use case, add to_top and sidebar
* add use case 2
* add use case 3
* edit use case 3
* add functional capabilities
* fix numbering in sidebar
* some corrections
* crossrefs
* update index to add use cases
* add quality check use case, debug use case navigation
Copy file name to clipboardExpand all lines: index.md
+32-9Lines changed: 32 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,42 @@ The Solar Performance Insight is an open source tool to enable evaluations of so
8
8
9
9
[Sign up](https://solarperformanceinsight.github.io/emaillist/) to recieve project updates by email.
10
10
11
-
Members of the solar community are invited to join the [Stakeholder Committee](/stakeholdercommittee) to provide guidance on project development.
11
+
Members of the solar community are invited to join the [Stakeholder Committee](/stakeholdercommittee) to
12
+
provide guidance on project development.
12
13
13
14
# Project Goals
14
15
15
-
A common task in PV Operations and Maintenance (O&M) is to compare expected system performance with actual performance
16
-
over a period of time. Currently, O&M service engineers must adapt their workflows to the available modeling tools which
17
-
are primarily designed to predict future performance, rather than model past performance.
16
+
Our project will build a performance modeling and analytics platform based on open-source, extensible,
17
+
community-maintained code. The project will benefit to the solar community through two primary outcomes:
18
+
- Extending [pvlib-python](https://github.com/pvlib/pvlib-python) to easily model PV systems with greater detail.
19
+
- Deliver modeling capabilities through a web-based dashboard and an API.
20
+
We work directly with industry stakeholders to validate user stories, derive use cases and analytic requirements,
21
+
and test the platform.
18
22
19
-
Our project will build a performance modeling and analytics platform based on open-source, extensible, community-maintained code. The project will benefit to the solar community through two primary outcomes:
20
-
- Extending [pvlib-python](https://github.com/pvlib/pvlib-python) to easily model PV systems with greater detail.
21
-
- Deliver modeling capabilities through a web-based dashboard and an API.
22
-
We work directly with industry stakeholders to validate user stories, derive use cases and analytic requirements, and test the platform.
23
+
# Project Background and Motivation
24
+
25
+
A common task in PV Operations and Maintenance (O&M) is to compare actual performance over a period of time
26
+
with modeled performance. Available asset management platforms that provide performance analytics are often
27
+
far larger in scope than many O&M contractors need or can be tied to proprietary data acquisition systems.
28
+
These platforms can be unaffordable for O&M providers with smaller portfolios or impractical for portfolios
29
+
with diverse data systems. Consequently, O&M service engineers typically adapt their workflows to the available
30
+
modeling tools which are primarily designed to predict future performance, rather than model past performance.
31
+
32
+
# Project News
33
+
34
+
We have published use cases to guide project development. The [use cases](/usecases) were compiled from input from O&M
35
+
providers, asset owners and managers, and other PV professionals during a special session of SAMNA North America
36
+
(online, April 6-7, 2020) and from members of the [Amicus Solar Cooperative](https://www.amicussolar.com/). Priority
37
+
use cases include:
38
+
- Calculate performance from actual weather with user-selected performance models.
39
+
- Compare actual and modeled performance using performance ratios.
40
+
- Account for snow and soiling in performance models.
41
+
42
+
In the coming months, the project team will build out capabilities in the [pvlib-python](https://github.com/pvlib/pvlib-python.git)
43
+
modeling library that support the use cases. The project team will also draft a business plan to ensure that the
44
+
modeling services are available to the industry after the project period has ended.
23
45
24
46
# Funding
25
-
See the [funding page](/funding) for more information on the project's funding from the U.S. Department of Energy's Solar Energy Technology Office.
47
+
See the [funding page](/funding) for more information on the project's funding from the U.S. Department of Energy's
0 commit comments