pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
https://twoaxistracking.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Differentiate between total/gross and active/aperture area #13

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

Closes #6

This PR adds differentiation between the gross and aperture geometries to the shaded_fraction function. Instead of only having the keyword collector_geometry, the collector geometry is now specified using the two keywords: gross_geometry and aperture_geometry.

The PR also refactors the code in the _plot_shading function.