pvdeg.weather#

Collection of classes and functions to obtain spectral parameters.

Function Overview#

pvdeg.weather.get

Load weather data directly from NSRDB or through any other PVLIB i/o Load weather data directly from NSRDB or through any other PVLIB i/o tools function

pvdeg.weather.get_NSRDB

Get NSRDB weather data from different satellites and years.

pvdeg.weather.get_NSRDB_fnames

Get a list of NSRDB files for a given satellite and year

pvdeg.weather.get_satellite

identify a satellite to use for a given lattitude and longitude.

pvdeg.weather.ini_h5_geospatial

initialize an h5 weather file that follows NSRDB conventions for geospatial analyses.

pvdeg.weather.is_leap_year

Returns True if year is a leap year

pvdeg.weather.read

Read a locally stored weather file of any PVLIB compatible type

pvdeg.weather.read_h5

Read a locally stored h5 weather file that follows NSRDB conventions.

pvdeg.weather.repeat_annual_time_series

Repeat a pandas time series dataframe containing annual data.