SwiftAA icon indicating copy to clipboard operation
SwiftAA copied to clipboard

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.

Results 21 SwiftAA issues
Sort by recently updated
recently updated
newest added

Using the code below, and comparing the output to three different sources, shows SwiftAA is off on the set by more than 60 minutes. No two sources agree completely, but,...

bug

Yet again apologies for opening yet another issue: This time round it's from a user's complain about missing moonrise time in my app that utilises this library. Apparently on certain...

suggestion

In my application I've added SwiftAA via Xcode's Swift Package Manager. This does make the Swift code available. However, I can't call `riseTransitSetTimes` on an `Earth` instance, as the `planetaryObject`...

question

Hi again, I now believe that issue #97 is a real issue. If we were to look at the same chunk of code again, this time with UTC time, it...

A very small API suggestion... The Sun object includes the function ``makeHorizontalCoordinates(with:)``which is convenient for folks wanting to plot the location of the sun in the sky. The CelestialBody protocol...

Suggestion

Is their a way to calculate the Ascendant ("The ascendant ( , Asc or As), is the zodiacal sign and degree that is ascending on the eastern horizon at the...

question

See #11 . One must provide sensible default probably.

suggestion

See http://docs.astropy.org/en/stable/coordinates/index.html#reference-api

Suggestion

With this https://github.com/jatoben/CommandLine

Suggestion