Skip to content

Issue in get/read_bsrn naming of variables in logical record 0500 #2835

Description

@AdamRJensen

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions