Skip to content
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

Re-enable SRML tests #1922

Closed
Tracked by #1928
AdamRJensen opened this issue Dec 1, 2023 · 1 comment · Fixed by #1988
Closed
Tracked by #1928

Re-enable SRML tests #1922

AdamRJensen opened this issue Dec 1, 2023 · 1 comment · Fixed by #1988
Labels
Milestone

Comments

@AdamRJensen
Copy link
Member

The SRML tests were disabled in #1921 as the SRML website is currently undergoing extensive maintenance.

This issue shall serve as a reminder to re-enable the SRML tests when the website is up and running again.

@AdamRJensen
Copy link
Member Author

The SRML website has changed from solardat.uoregon.edu to solardata.uoregon.edu. Thus, the get_srml function is currently not working. I am waiting to correct this issue, as there is a good possibility that the file structure will change in the near future. In the meantime, it's possible to get data by changing the URL in the get_srml function, as shown below:

    df, meta = pvlib.iotools.get_srml(
        station='HE',
        start='2020-06-01',
        end='2020-06-30',
        url='http://solardata.uoregon.edu/download/Archive/')

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