Skip to content

Commit

Permalink
Merge pull request #42 from lucy-solcast/main
Browse files Browse the repository at this point in the history
add introduction title
  • Loading branch information
lucy-solcast authored Jul 16, 2024
2 parents e4df572 + ea5b130 commit 638ea8b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/notebooks/3.4b Rooftop Shading Corrections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@
"id": "ad73cba8-0773-4716-8985-341665d312ee",
"metadata": {},
"source": [
"#### This example notebook provides additional corrections to account for local shading effects from trees or buildings on top of Solcast's estimated PV power output of your rooftop site.\n",
"#### It requires rooftop measurements, Solcast estimates, and a Solcast API key. \n",
"#### This notebook does not provide QC for your rooftop measurements, poor quality measurements will impact the quality of the output.\n",
"## Introduction\n",
"This example notebook provides additional corrections to account for local shading effects from trees or buildings on top of Solcast's estimated PV power output of your rooftop site.\n",
"\n",
"It requires rooftop measurements, Solcast estimates, and a Solcast API key. \n",
"\n",
"This notebook does not provide QC for your rooftop measurements, poor quality measurements will impact the quality of the output.\n",
"\n",
"Correction factors are calculated for different solar position, as specified by solar zenith and azimuth returned by the Solcast API. Factors are calculated as the multiplicative bias between Solcast's estimate and the measurements for solar azimuth and zenith bins, and can be stored for later use. \n",
"\n",
"These corrections are then applied to the Solcast estimate. The notebook displays the corrected estimate and some brief error analysis.\n",
"\n",
"#### Correction factors are calculated for different solar position, as specified by solar zenith and azimuth returned by the Solcast API. Factors are calculated as the multiplicative bias between Solcast's estimate and the measurements for solar azimuth and zenith bins, and can be stored for later use. \n",
"#### These corrections are then applied to the Solcast estimate. The notebook displays the corrected estimate and some brief error analysis.\n",
"![image.png](attachment:e4af6da2-c640-4b54-bea0-19a818308a72.png)"
]
},
Expand Down

0 comments on commit 638ea8b

Please sign in to comment.