8000 Change local_path to save_path in get_bsrn by AdamRJensen · Pull Request #1282 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Change local_path to save_path in get_bsrn #1282

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

Merged
merged 7 commits into from
Sep 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update save_path description
  • Loading branch information
AdamRJensen committed Aug 25, 2021
commit cebfaf9479f3b4d51f770b43d6a0e6779f377d79
2 changes: 1 addition & 1 deletion pvlib/iotools/bsrn.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_bsrn(station, start, end, username, password,
List of the logical records (LR) to parse. Options include: '0100',
'0300', and '0500'.
save_path: str or path-like, optional
If specified, a directory path of where to save files.
If specified, a directory path of where to save each monthly file.

Returns
-------
Expand Down
0