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, defaultNone) – If None, pressure will be calculated usingpvlib.atmosphere.alt2pres()andself.altitude.temperature (
None,float, or array-like, default12) –kwargs – passed to
pvlib.solarposition.get_solarposition()
- Returns
solar_position (
DataFrame) – Columns depend on themethodkwarg, 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