-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add NSRDB GOES V4 #2326
Comments
I was unsure what to make of the GOES V4 datasets. The descriptions of the various GOES endpoints all seem to be generic “copy pasta” at https://developer.nrel.gov/docs/solar/nsrdb/. Perhaps this should be reported? |
Another source of information about these datasets is the NSRDB website, for example, https://nsrdb.nrel.gov/data-sets/us-data. There's no mention of GOES V4 there (yet), although the GOES V4 endpoints are included in the list of available data from the NSRDB Viewer, albeit with different names: |
Tagging @grantbuster, should there be updates to the docs on the NREL developer website for NSRDB GOES V4? I'll admit that I was expecting "PSM V4", so even the name has me a bit confused. Also, I thought about tagging Paul Edwards, but this seems like a question for the NSRD team instead of the developer website team, so I'll let someone else tag him if needed... |
To better follow semver and avoid surprising users when upgrading |
I recommend updating pvlib from PSM V3 to PSM V4. Enhancements in PSM V4 compared to PSM V3:
|
Does the NREL API parse that? pvlib is just passing the value of
The |
I can't seem to get a multi-year request to work. The documentation does make it seem like it should work, though. |
I think I was mistaken here. CSV-formatted responses apparently do not support multiple years:
From https://developer.nrel.gov/docs/solar/nsrdb/psm3-2-2-download/. |
@cwhanse So the idea is to grow this dictionary as the NSRDB evolves? |
Yes, and keep the current function's signature. |
@AdamRJensen @kandersolar @wholmgren, it looks like "horns" issue has been resolved with GOES v4. Add this to the "reasons to add GOES V4" bucket. To my eye, it looks like some variability has increased, but hard to say if it's "better". It looks worse for this one day, but there are other (more important, IMO) types of variable conditions that I haven't looked at. For reference (from https://doi.org/10.1109/PVSC57443.2024.10748762): |
I also just noticed that GOES V4 now includes 2023, while PSM3 is still only available through 2022. https://developer.nrel.gov/docs/solar/nsrdb/nsrdb-GOES-aggregated-v4-0-0-download/ vs https://developer.nrel.gov/docs/solar/nsrdb/psm3-2-2-download/. I'm speculating, but if the NSRDB team is not planning to update PSM3, then that makes adding GOES V4 a higher priority. I've sent an email to that team and will report back if I hear anything. |
NSRDB's latest "V4" dataset appears to be available. It would be nice to have this available in iotools.
See NREL/SAM#1920 for some additional info. Quoting @cpaulgilman:
Also note that there was an issue with DNI that has been fixed (also in that SAM issue's comments).
The text was updated successfully, but these errors were encountered: