astral issue blocking conda-forge #56
callumrollo
started this conversation in
General
Replies: 2 comments 4 replies
-
|
I had a quick look at skyfield, looks pretty similar to Astral. I am happy to work on this, I've been fixing a bug in this code anyway. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Skyfield actually deals with this in a bit more use friendly way -
outputting polar day or polar night, I edited the code to therefore set
this to, for example polar day: 00:00 | 23:59 or polar night: 11:59 | 12:00
. Does that make sense?
…On Fri, Mar 26, 2021 at 12:34 PM tjryankeogh ***@***.***> wrote:
Would be worthwhile confirming how skyfield handles positions at the poles
during winter/summer, i.e. when no sunset/sunrise occurs. Right now Astral
gives errors.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#56 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHKFEY4JM6BDQZ5GT7OAO2DTFRPL3ANCNFSM4ZOLD4EA>
.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Issue #45, we've hit a block in getting GliderTools onto conda-forge due to the astral package having a different version on conda-forge than Python. Another scientific tool developer suggested moving to skyfield to get around this problem conda-forge/staged-recipes#14282 (comment)
Currently, astral is only used in one function of the optics.py script. I don't think it would be a lot of work to rewrite in skyfield. Is this worth persuing?
Beta Was this translation helpful? Give feedback.
All reactions