Skip to content

Migrate functionality from private _parse_bsrn and _parse_epw to their read functions #2469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AdamRJensen opened this issue Jun 4, 2025 · 0 comments

Comments

@AdamRJensen
Copy link
Member

AdamRJensen commented Jun 4, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant