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 (float, or array-like, optional) – If not specified,
pressureis calculated usingpvlib.atmosphere.alt2pres()andself.altitude.temperature (float or array-like, default 12) –
kwargs – passed to
pvlib.solarposition.get_solarposition()
- Returns
solar_position (DataFrame) – Columns depend on the
methodkwarg, but always includezenithandazimuth. 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
Reverse transposition using one year of hourly data
Reverse transposition using one year of hourly data