-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Infer thresholds for detect_clearsky #1784
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
22 commits
Select commit
Hold shift + click to select a range
28886b7
Add helper function to interpolate thresholds
ajonesr 869d6e3
Add infer_limits functionality in detect_clearsky
ajonesr 365355f
Update comments/docstrings
ajonesr 440675c
Add ValueError message
ajonesr 9efb75c
Fix typo
ajonesr bbc1fe2
Update docstring
ajonesr 92ff208
Add tests, update whatsnew
ajonesr d1f8f30
Update whatsnew
ajonesr 1165cfe
Add mocker test
ajonesr 5080494
Merge remote-tracking branch 'upstream/main' into clearsky
ajonesr 50ed860
Update whatsnew
ajonesr 15594f1
whatsnew fix
ajonesr b7abef3
Fix test error
ajonesr c382551
Add check on length of data
ajonesr 7bab490
Added check that optimizer succeeded
ajonesr f7b5371
Handling output for old version of scipy
ajonesr 93c3158
Update pvlib/clearsky.py
ajonesr 9eaae95
Update pvlib/tests/test_clearsky.py
ajonesr 5dd632c
Update pvlib/clearsky.py
ajonesr e803001
Update pvlib/clearsky.py
ajonesr a867644
Add suggestions from code review
ajonesr 464b7f9
Merge branch 'main' into clearsky
kandersolar 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
# latitude:35.04 | ||
# longitude:-106.62 | ||
# elevation:1619 | ||
# window_length:10 | ||
Time (UTC),GHI,Clear or not | ||
4/1/2012 17:30,862.0935267144818,1 | ||
4/1/2012 17:31,863.9568654037691,1 | ||
4/1/2012 17:32,865.802767695237,1 | ||
4/1/2012 17:33,867.6311939211416,1 | ||
4/1/2012 17:34,869.4421084958154,1 | ||
4/1/2012 17:35,871.2354749580768,1 | ||
4/1/2012 17:36,873.0112572200139,1 | ||
4/1/2012 17:37,874.7694195555663,1 | ||
4/1/2012 17:38,876.5099266138993,1 | ||
4/1/2012 17:39,878.2327434081394,1 | ||
4/1/2012 17:40,879.9378353205582,1 | ||
4/1/2012 17:41,881.6251681074431,1 | ||
4/1/2012 17:42,500.0,0 | ||
4/1/2012 17:43,300.0,0 | ||
4/1/2012 17:44,400.0,0 | ||
4/1/2012 17:45,888.1962370575133,1 | ||
4/1/2012 17:46,889.7942734332919,1 | ||
4/1/2012 17:47,891.3743529660121,1 | ||
4/1/2012 17:48,892.9364440027008,1 | ||
4/1/2012 17:49,894.4805152569894,1 | ||
4/1/2012 17:50,896.0065358138269,1 | ||
4/1/2012 17:51,897.514475133874,1 | ||
4/1/2012 17:52,899.0043030438522,1 | ||
4/1/2012 17:53,900.4759897479845,1 | ||
4/1/2012 17:54,901.9295058184756,1 | ||
4/1/2012 17:55,903.3648231563722,1 | ||
4/1/2012 17:56,950.0,0 | ||
4/1/2012 17:57,906.1807424805852,1 | ||
4/1/2012 17:58,907.5612891914101,1 | ||
4/1/2012 17:59,908.9235237269177,1 | ||
4/1/2012 18:00,910.2674188971979,1 | ||
4/1/2012 18:01,911.592947889838,1 | ||
4/1/2012 18:02,912.9000842614388,1 | ||
4/1/2012 18:03,914.1888019477013,1 | ||
4/1/2012 18:04,915.4590752551169,1 | ||
4/1/2012 18:05,916.7108788648916,1 | ||
4/1/2012 18:06,917.9441886574208,1 | ||
4/1/2012 18:07,919.1589784086842,1 | ||
4/1/2012 18:08,920.3552247618425,1 | ||
4/1/2012 18:09,921.5329038989687,1 | ||
4/1/2012 18:10,922.691992377965,1 | ||
4/1/2012 18:11,923.8324671359268,1 | ||
4/1/2012 18:12,924.9543054818693,1 | ||
4/1/2012 18:13,926.057485105408,1 | ||
4/1/2012 18:14,927.141984069634,1 | ||
4/1/2012 18:15,928.2077808145282,1 | ||
4/1/2012 18:16,929.254854160055,1 | ||
4/1/2012 18:17,930.2831839827653,1 | ||
4/1/2012 18:18,931.2927484780441,1 | ||
4/1/2012 18:19,932.2835282910601,1 | ||
4/1/2012 18:20,933.2555037490038,1 | ||
4/1/2012 18:21,934.2086555597849,1 | ||
4/1/2012 18:22,935.1429648059466,1 | ||
4/1/2012 18:23,936.058412951919,1 | ||
4/1/2012 18:24,936.9549818381174,1 | ||
4/1/2012 18:25,937.8326536837798,1 | ||
4/1/2012 18:26,938.6914110895166,1 | ||
4/1/2012 18:27,939.5312370318452,1 | ||
4/1/2012 18:28,940.3521148697101,1 | ||
4/1/2012 18:29,941.1540288705581,1 | ||
4/1/2012 18:30,941.9369620746523,1 | ||
4/1/2012 18:31,942.7008995238247,1 | ||
4/1/2012 18:32,943.4458260928685,1 | ||
4/1/2012 18:33,944.1717270394992,1 | ||
4/1/2012 18:34,944.8785879996012,1 | ||
4/1/2012 18:35,945.5663949895419,1 | ||
4/1/2012 18:36,946.2351344081491,1 | ||
4/1/2012 18:37,946.8847930330305,1 | ||
4/1/2012 18:38,947.5153580226918,1 | ||
4/1/2012 18:39,948.126816918376,1 | ||
4/1/2012 18:40,948.7191580309192,1 | ||
4/1/2012 18:41,949.2923688693852,1 | ||
4/1/2012 18:42,949.8464385206038,1 | ||
4/1/2012 18:43,950.3813560493355,1 | ||
4/1/2012 18:44,950.8971109033968,1 | ||
4/1/2012 18:45,951.3936929103834,1 | ||
4/1/2012 18:46,951.8710922815745,1 | ||
4/1/2012 18:47,952.3292996087865,1 | ||
4/1/2012 18:48,952.7683058659376,1 | ||
4/1/2012 18:49,953.1881024102506,1 | ||
4/1/2012 18:50,953.5886809795984,1 | ||
4/1/2012 18:51,953.9700339452911,1 | ||
4/1/2012 18:52,954.3321532981175,1 | ||
4/1/2012 18:53,954.6750321861093,1 | ||
4/1/2012 18:54,954.9986638782349,1 | ||
4/1/2012 18:55,955.3030420248847,1 | ||
4/1/2012 18:56,955.5881606602495,1 | ||
4/1/2012 18:57,955.8540142004646,1 | ||
4/1/2012 18:58,956.1005974445337,1 | ||
4/1/2012 18:59,956.3279055749699,1 | ||
4/1/2012 19:00,956.5359341563872,1 | ||
4/1/2012 19:01,956.7246791371283,1 | ||
4/1/2012 19:02,956.8941369551687,1 | ||
4/1/2012 19:03,957.0443040971436,1 | ||
4/1/2012 19:04,957.175177780536,1 | ||
4/1/2012 19:05,957.2867554853715,1 | ||
4/1/2012 19:06,957.3790350752402,1 | ||
4/1/2012 19:07,957.4520147966049,1 | ||
4/1/2012 19:08,957.5056932791584,1 | ||
4/1/2012 19:09,957.5400695359402,1 | ||
4/1/2012 19:10,957.5551429630466,1 | ||
4/1/2012 19:11,957.5509133398784,1 | ||
4/1/2012 19:12,957.527380828979,1 | ||
4/1/2012 19:13,957.4845459762313,1 | ||
4/1/2012 19:14,957.4224096624041,1 | ||
4/1/2012 19:15,957.3409732831614,1 | ||
4/1/2012 19:16,957.2402384985319,1 | ||
4/1/2012 19:17,957.1202073871192,1 | ||
4/1/2012 19:18,956.9808824107419,1 | ||
4/1/2012 19:19,956.8222664139458,1 | ||
4/1/2012 19:20,956.6443626248492,1 | ||
4/1/2012 19:21,956.4471746540574,1 | ||
4/1/2012 19:22,956.2307064955613,1 | ||
4/1/2012 19:23,955.9949625264852,1 | ||
4/1/2012 19:24,955.7399475061342,1 | ||
4/1/2012 19:25,955.4656663871413,1 | ||
4/1/2012 19:26,955.1721250622959,1 | ||
4/1/2012 19:27,954.8593292624192,1 | ||
4/1/2012 19:28,954.5272852786308,1 | ||
4/1/2012 19:29,954.175999783701,1 | ||
4/1/2012 19:30,953.8054798341012,1 |
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.