pvlib.pvsystem.Location.get_clearsky

Location.get_clearsky(times, model='ineichen', **kwargs)[source]

Calculate the clear sky estimates of GHI, DNI, and/or DHI at this location.

Parameters:

times : DatetimeIndex

model : str

The clear sky model to use.

kwargs passed to the relevant function(s).

Returns:

clearsky : DataFrame

Column names are: ghi, dni, dhi.