Description
Via our discussion and recommendations on the discussion thread found here #2351 this issue is being submitted (first step in the pull request process).
The goal of this issue is to expand the VARIABLE_MAP to include other variables not included in pvlib-python as well as some of those that are included but never have been implemented.
Right now the srml.py module cannot be used as a general, stand alone tool for replacing the numbered column headers in an srml file with actual readable strings (only for a select 9 values that make up a small part of the total srml parsing set).
The full list can be found here and gives suggested naming conventions.
http://solardata.uoregon.edu/DataElementNumbers.html
A few iteration are planned on this to get the naming scheme correct.
Filling out the VARIABLE_MAP will allow the parser to act as a stand alone tool for porting out updated data files (which is our end use goal).
Activity