pvdeg.weather.get_NSRDB_fnames#
- pvdeg.weather.get_NSRDB_fnames(satellite, names, NREL_HPC=False, **_)[source]#
Get a sorted list of NSRDB files for a given satellite and year.
- Parameters:
satellite ((str)) – ‘GOES’, ‘METEOSAT’, ‘Himawari’, ‘SUNY’, ‘CONUS’, ‘Americas’
names ((int or str)) – PVLIB naming convention year or ‘TMY’: If int, year of desired data If str, ‘TMY’ or ‘TMY3’
NREL_HPC ((bool)) – If True, use NREL HPC path If False, use AWS path
- Returns:
nsrdb_fnames ((list)) – List of NSRDB files for a given satellite and year
hsds ((bool)) – If True, use h5pyd to access NSRDB files If False, use h5py to access NSRDB files