bsrn.dataset.BSRNDataset.solpos#

BSRNDataset.solpos()[source]#

Add solar position and extraterrestrial irradiance columns to the cached data() frame.

向缓存的 data() 帧添加太阳位置和地外辐射列。

Delegates to add_solpos_columns() using the resolved lat, lon, elev.

Returns:

data() with added columns: zenith, apparent_zenith, azimuth, bni_extra, ghi_extra.

Return type:

pandas.DataFrame