pvlib.location.Location.get_solarposition#
- Location.get_solarposition(times, pressure=None, temperature=12, **kwargs)[source]#
Uses the
pvlib.solarposition.get_solarposition()
function to calculate the solar zenith, azimuth, etc. at this location.- Parameters
times (pandas.DatetimeIndex) – Must be localized or UTC will be assumed.
pressure (None, float, or array-like, default None) – If None, pressure will be calculated using
pvlib.atmosphere.alt2pres()
andself.altitude
.temperature (None, float, or array-like, default 12) –
kwargs – passed to
pvlib.solarposition.get_solarposition()
- Returns
solar_position (DataFrame) – Columns depend on the
method
kwarg, but always includezenith
andazimuth
. The angles are in degrees.
Examples using pvlib.location.Location.get_solarposition
#

Simulating PV system DC output using the ADR module efficiency model
Simulating PV system DC output using the ADR module efficiency model