Migrate functionality from private _parse_bsrn and _parse_epw to their read functions
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.
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.