Closed
Description
Docstrings are text copied from the original MATLAB functions. Issues include:
- inconsistent with the pvlib variable naming convention, e.g. GHI instead of ghi
- not formatted to render properly in sphinx
- inconsistent with actual function (columns names in returned data are not what is described in the table).
Additional issues to address:
- parameter descriptions describe output with a hour-ending timestamp convention, but functions return data with hour-beginning timestamps
- improve consistency in returned parameters among the read_tmy2, read_tmy3 and epw functions. Discussion here