pvlib.pvsystem.PVSystem.localize

PVSystem.localize(location=None, latitude=None, longitude=None, **kwargs)[source]

Deprecated since version 0.8: The PVSystem.localize function was deprecated in pvlib 0.8 and will be removed in 0.9. Use PVSystem, Location, and ModelChain instead.

Creates a LocalizedPVSystem object using this object and location data. Must supply either location object or latitude, longitude, and any location kwargs

Parameters
  • location (None or Location, default None) –

  • latitude (None or float, default None) –

  • longitude (None or float, default None) –

  • **kwargs (see Location) –

Returns

localized_system (LocalizedPVSystem)