Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into out_of_bounds_qc_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Oct 21, 2024
2 parents ca2b8c0 + 2c6a7af commit e59606f
Show file tree
Hide file tree
Showing 11 changed files with 1,544 additions and 11 deletions.
15 changes: 14 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is function for calculating the component sum for GHI, DHI,
and DNI, and correcting for nighttime periods. Using this function, we can
estimate one irradiance field using the two other irradiance fields.
This can be useful for comparison, as well as to
calculate missing data fields.
calculate missing data fields.

.. autosummary::
:toctree: generated/
Expand Down Expand Up @@ -269,6 +269,19 @@ Functions for labeling shadows.

features.shading.fixed

Snow
----

Functions for identifying and quantifying the effects of snow.

.. autosummary::
:toctree: generated/

features.snow.get_irradiance_sapm
features.snow.get_irradiance_imp
features.snow.categorize
features.snow.get_transmission

System
======

Expand Down
4 changes: 4 additions & 0 deletions docs/examples/snow-detection/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Snow
----

Examples for identifying the effects of snow.
Loading

0 comments on commit e59606f

Please sign in to comment.