-
Notifications
You must be signed in to change notification settings - Fork 47
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
Please handle polar nights and days .. not just fail. #64
Comments
It would make sense to return |
yes, please, anything that is easy to handle, and preferably indicate whatever it's a polar day or night. |
+1, related to this, #74 is also looking for a better way to find this out, because the error also isn't always right: sometimes it says polar day when it is actually polar night. |
+1. I am writing an aurora notification service. I don't want to get notifications during midnight sun, but of course I want them during polar night. Of course it's obvious to me as a human, but I want to write a service that I can let run all the time and forget about. It needs to have different behaviors in these two circumstances, but right now both conditions just throw a @ldo suggested |
I just tried this with |
Instead of error and all, it would be much nicer to return one additional parameter like
s['polar'] "na" or "day" or "night"
The text was updated successfully, but these errors were encountered: