pvlib-python icon indicating copy to clipboard operation
pvlib-python copied to clipboard

Migrate functionality from private _parse_bsrn and _parse_epw to their read functions

Open AdamRJensen opened this issue 6 months ago • 1 comments

During the deprecation of the parse_bsrn and parse_epw functions (#2466 and #2467), the parsing functionality was left in the corresponding private functions. This was done to quickly deprecate the parse functions as discussed in #2444.

For the sake of simplicity, the functionality of these private functions can be moved to the corresponding read functions, and the private functions can be eliminated. This avoids duplicate documentation and reduces the number of functions, and is more in line with other iotools.

AdamRJensen avatar Jun 04 '25 17:06 AdamRJensen

Hi @AdamRJensen I would be happy to contribute and take care of moving the _parse_bsrn and _parse_epw functionality into the read functions. Please let me know if there are any preferences for how you would like the refactor structured. Otherwise, I can start a PR.

aman-coder03 avatar Dec 07 '25 16:12 aman-coder03