astral icon indicating copy to clipboard operation
astral copied to clipboard

Python calculations for the position of the sun and moon.

Results 57 astral issues
Sort by recently updated
recently updated
newest added

When I use `Location.rahukaalam` It's returning tuple of 2 values for the day time. Is there a way to get night time rahukaalam using this API ?

released

The documentation does not specify what units are used for elevation. Is it feet or meters?

released

Melbourne is the 3rd biggest Australian city by size, and second by population. It belongs on the list. So, something like: ``` Melbourne,Australia,-37°48'S,144°57'E,Australia/Melbourne,31 ``` Probably Darwin too… (We have 8...

released

As part of refactoring remove all Python 2 support?

question

I had problems getting all the functions to run. I found that some worked and others didnt depending on the way astral is imported. Some of errors I received were...

The solar elevation calculation doesn't take the altitude into account. It seems to me like it should adjust using `_depression_adjustment`, while `solar_zenith` should be modified so that it ignores altitude....

wontfix

I started getting this error about a week ago (getting close to summer solistice I'm guessing) for a location that's fairly up north, but nowhere near the pole - lat,lon...

Three test cases that fail and they shouldn't. I will report in more detail as bugs.

Hi! I've come across a case where astronomical dusk is reported but there is no astronomical dawn following that dusk which, I suppose, should always be the case. I suspect...

this morning (2024-02-01) I found my solution displaying an error as it could not determine the moon rise for today nor for tomorrow so after a bit of investigation I...