-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Singleaxis tracking with non-parallel slope #823
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
kandersolar
merged 46 commits into
pvlib:master
from
mikofski:singleaxis_tracking_wslope
Sep 5, 2020
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
e2b7314
add trackers on non-parallel slopes
mikofski 8e18f54
reverse sign for test
mikofski 68dc85a
update test data for sat w/slope
mikofski 3268f26
fix stickler issues
mikofski b97e2c8
Merge branch 'master' into singleaxis_tracking_wslope
mikofski e6f679f
add side_slope argument to docstring
mikofski ff62aa9
change max_angle to conform to convention
mikofski 3ea0dcf
stickler fixes: L459 whitespace, L456 long-line
mikofski f46d85d
Merge branch 'master' into singleaxis_tracking_wslope
202f14e
update test data for max_angle convention
mikofski 8fb75bb
update to numpy-1.12.0
mikofski c88f061
Merge branch 'numpy-1.12.0' into singleaxis_tracking_wslope
mikofski 287a57e
Merge branch 'master' into singleaxis_tracking_wslope
mikofski 8c00037
use horizontal distance between rows
mikofski 1e42857
update api docs for trackers on side slope
mikofski 1796ff6
Merge branch 'master' into singleaxis_tracking_wslope
mikofski 5dc2c54
update what's new for v0.7.1 for trackers with side-slope
mikofski 7704ae7
Merge branch 'master' into singleaxis_tracking_wslope
mikofski 306c194
use DATA_DIR from conftest
mikofski 316ae7a
use axis tilt instead of tracker zenith
mikofski 24e19f2
change calc tracker axis tilt to degrees
mikofski 4fdc94d
clarify side slope relative to horizontal
mikofski 91f3405
Merge branch 'master' into singleaxis_tracking_wslope
mikofski ec1adff
update side slope angle convention
mikofski a27e7ce
fix stickler space complaints, see if indent helps docstring code blocks
mikofski 8e85f77
apply suggested comments:
mikofski 7f6f65e
Merge branch 'master' into singleaxis_tracking_wslope
mikofski b9c6d00
resolve conflict in what's new v0.8.0
mikofski b8ed847
use implementation procedure outline in NREL tech report
mikofski 0be974f
fix #824 update tests
mikofski 140e9b8
add units to side slope
mikofski 2e54ba3
add see alsos
mikofski 3f5af19
fix docstring for calc_tracker_side_slope, rm rel_rot
mikofski 658060b
improve side-slope docstring, define rh rotation convention
mikofski b74120c
Merge branch 'master' into singleaxis_tracking_wslope
mikofski 96362f6
fix arg order in calc side slope
mikofski e0dfb08
update SingleAxisTracker class with side-slope
mikofski e210b82
add missing whitespace after comma in test_tracking.py
mikofski 6ed62ff
catch invalid warnings for arccos in singleaxis
mikofski 80c4491
update whats new v0.8.0
mikofski 9e397ff
close #1041 prune old comments
mikofski 879ba91
remove redundant "tracker" from new sat funcs
mikofski b94f60e
code review suggestions to clarify docs/comments
mikofski 827fb1a
revise slope-aware tracker terms for clarity:
mikofski 3ec39c0
improve docstrings
mikofski 3058f8f
fix typos, py:class, not pv:class, in localized single-axis tracker
mikofski 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
clarify side slope relative to horizontal
* change args/retval to degrees * add check for relative rotation * remove radians from test
- Loading branch information
commit 4fdc94d349d23b7aec1b992c935f59096ee4f252
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
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.
Uh oh!
There was an error while loading. Please reload this page.