Describe the bug
The list of column names for the logical record LR0500 in the get/read_bsrn iotools function contains duplicate column names. Specifically, "uvb_diffuse" and "uvb_diffuse_std" appear twice.
The station-to-archive format is described on page 12 of this document.
|
BSRN_LR0500_COLUMNS = ['day', 'minute', 'uva_global', 'uva_global_std', |
|
'uva_global_min', 'uva_global_max', 'uvb_direct', |
|
'uvb_direct_std', 'uvb_direct_min', 'uvb_direct_max', |
|
'empty', 'empty', 'empty', 'empty', |
|
'uvb_global', 'uvb_global_std', 'uvb_global_min', |
|
'uvb_global_max', 'uvb_diffuse', 'uvb_diffuse_std', |
|
'uvb_diffuse', 'uvb_diffuse_std', |
|
'uvb_diffuse_min', 'uvb_diffuse_max', |
|
'uvb_reflected', 'uvb_reflected_std', |
|
'uvb_reflected_min', 'uvb_reflected_max'] |
Description of LR0500

Describe the bug
The list of column names for the logical record LR0500 in the get/read_bsrn iotools function contains duplicate column names. Specifically,
"uvb_diffuse"and"uvb_diffuse_std"appear twice.The station-to-archive format is described on page 12 of this document.
pvlib-python/pvlib/iotools/bsrn.py
Lines 42 to 51 in 7fb3a0e
Description of LR0500