pvlib.modelchain.get_orientation#

pvlib.modelchain.get_orientation(strategy, **kwargs)[source]#

Determine a PV system’s surface tilt and surface azimuth using a named strategy.

Parameters
  • strategy (str) – The orientation strategy. Allowed strategies include ‘flat’, ‘south_at_latitude_tilt’.

  • **kwargs – Strategy-dependent keyword arguments. See code for details.

Returns

surface_tilt, surface_azimuth