-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ENH: geometric calculations for sunrise, sunset, and transit #583
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
wholmgren
merged 19 commits into
pvlib:master
from
mikofski:analytical_sunrise_sunset_transit
Oct 9, 2018
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3b0e597
add analytical methods from Frank Vignola's book for sunrise, sunset,…
mikofski af206f2
ENH: remove test data file for sunrise/sunset/transit
mikofski e6319fe
ENH: PERF: use numpy instead of loop to improve performance
mikofski 59323d3
ENH: use ducktyping to handle different versions of pandas
mikofski 44aed34
ducktype hours if Float64index or not, convert datetime64[D] to ns be…
mikofski f1e8970
ENH: use "geometric" instead of "analytical"
mikofski 7fa6953
ENH: use more verbose, meaningful names for helpers _hours and _times
mikofski 199a5b5
remove EXPECTED_ANALYTICAL_SUNRISE_SUNSET_TRANSIT
mikofski a8661f5
stickler - missing whitespace after comma in list
mikofski 5d4012c
use np.asarray to ensure consistent return
mikofski 8b257de
remove try-except, doesn't work anyway, wait for pandas >=0.15.0
mikofski c15f19b
Merge branch 'master' into analytical_sunrise_sunset_transit
mikofski a74f944
reuse expected_rise_set_spa test fixture
mikofski 2ace87e
stickler
mikofski 344f679
ENH: update what's new and api.rst
mikofski bf492cc
stickler - line break before operator
mikofski 887fe29
group sunrise/sunset enhancements together, separate iotools
mikofski 7c90b9c
change private func name to be more descriptive
mikofski 3077923
TST: change name to test_sunrise_sunset_transit_geometric
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
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
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.