-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add UO SRML data reader #589
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
Comments
A couple more challenges I have discovered:
|
We might want to map all @cwhanse @adriesse are there recommended algorithms for how to combine multiple measurements of the same irradiance quantities from a single location? Probably ok to set nans like |
depends on the instruments in use. For the same quality/type of instrument, it makes sense to average the measurements (regarding the differences among instruments as random error). It does not make sense to average among different instruments (e.g., photodiodes and thermopile pyranometers). |
Good point on instrument type. I don't see a simple way to handle this for the UO data set based only on the metadata on their website. Maybe they have more available offline. For now I suggest we move forward with a PR that simply maps the tsv columns like |
Add data reader for the University of Oregon Solar Radiation Monitoring Laboratory archive http://solardat.uoregon.edu/
Primarily interested in the 1 minute data sets. Challenges include
This should be a new module under the
pvlib.iotools
subpackage proposed in #272.cc @lboeman
The text was updated successfully, but these errors were encountered: