-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add NSRDB GOES v4 to iotools #2378
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
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
485165b
added goes4
williamhobbs 856abc7
added goes4 to iotools __init__.py
williamhobbs 026738e
change zenith to solar_zenith
williamhobbs ee9d526
fixed references to psm3
williamhobbs 4af81a7
fixed some linter issues
williamhobbs 547bf02
uppdated whatsnew
williamhobbs fee3743
fixed more formating issues
williamhobbs 2664d03
added tests and test data
williamhobbs 0118317
fixed linter issues
williamhobbs 2f6817c
Update docs/sphinx/source/whatsnew/v0.11.3.rst
williamhobbs fe8821d
change "goes4" to "psm4"
williamhobbs b3eb5a5
Merge branch 'nsrdb_goes_v4' of https://github.com/williamhobbs/pvlib…
williamhobbs f5dec0a
fix some missed goes4 instances
williamhobbs c23ce24
init file goes4 --> psm4
wholmgren c857047
use urljoin
wholmgren c216255
use str year in test
wholmgren 3144899
remove versionchanged doc warning
wholmgren bd4f760
Merge pull request #1 from wholmgren/nsrdb_goes_v4
williamhobbs 30bf1b1
fix function names in whatsnew
williamhobbs 703685a
Merge branch 'nsrdb_goes_v4' of https://github.com/williamhobbs/pvlib…
williamhobbs d75c5a0
another whatsnew fix
williamhobbs 9c1230c
Merge branch 'main' into nsrdb_goes_v4
williamhobbs 4524551
created separate get_nsrdb_psm4_ functions
williamhobbs 87d701c
update whatsnew
williamhobbs 5a13994
update docs for API changes
williamhobbs 523877b
update docs for API changes
williamhobbs af8ebd4
addressed many of adamrjensen's initial comments
williamhobbs 999bfa6
Merge branch 'nsrdb_goes_v4' into nsrdb_psm4_dedicated_get_functions
williamhobbs 44a9ef1
Merge pull request #2 from williamhobbs/nsrdb_psm4_dedicated_get_func…
williamhobbs 502b323
addressed more of adam's comments
williamhobbs cabe2fc
move nrel api key fixture to conftest
kandersolar ae7b6e7
Merge remote-tracking branch 'upstream/main' into pr/2378
kandersolar 60ade0e
move whatsnew entry to 0.12.1
kandersolar 3196b60
move data files to new test data location
kandersolar 8f5ae98
lint
kandersolar 3fbd34a
Merge branch 'main' into nsrdb_goes_v4
williamhobbs 709e4a2
Update tests/conftest.py
williamhobbs 8a5b814
Merge branch 'main' into nsrdb_goes_v4
williamhobbs eab4f79
Update pvlib/iotools/psm4.py
williamhobbs 457a927
fixed default name for psm4 tmy
williamhobbs 2301778
moved utc earlier
williamhobbs 1bbe7b0
replace time_period with time_step
williamhobbs 654d3cf
replace 'names' with 'year'
williamhobbs 2174d28
Merge branch 'main' into nsrdb_goes_v4
williamhobbs e0406b3
fixed linting issue
williamhobbs e307baf
Merge branch 'nsrdb_goes_v4' of https://github.com/williamhobbs/pvlib…
williamhobbs afd0519
update tests
williamhobbs 96de0e2
Merge branch 'main' into nsrdb_goes_v4
williamhobbs bd3a9e4
replace interval with time_step in test_psm4
williamhobbs 3c930fa
Merge branch 'nsrdb_goes_v4' of https://github.com/williamhobbs/pvlib…
williamhobbs 996b4b8
replace attributes with parameters in test_psm4
williamhobbs 1ff7ed7
remove alpha and asymmetry
williamhobbs d7e8325
add test for psm4 full disc
williamhobbs 73a1854
add alpha and asymmetry back
williamhobbs 6d89fab
add alpha and asymmetry back to other test files
williamhobbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we make this a private function for now so we don't have to deprecate it later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we also going to add support for buffers to
read_nsrdb_psm4
? I recommend moving forward with this PR API as is and if you want to take that on before the next release then go for it.Also need to edit the docstring returns sections if this function becomes private.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote for the other Will H.'s recommendation.