-
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. |
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: