astronomy-bundle-js icon indicating copy to clipboard operation
astronomy-bundle-js copied to clipboard

This library provides tools and methods for astronomical calculations. With this bundle it is possible to calculate the position of moon, sun and planets and several coordinate systems. For a higher a...

Results 11 astronomy-bundle-js issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thank you for this great library. I did notice that when you calculate e.g. New Moon for 2024-01-15 12:00:00 (UTC) the result will be in the...

I might just be not understanding how the library is supposed to be used. So, first I will try to summarize what I expect the following code to do: ```javascript...

Issue #21 opend by swgordon : `getUpcomingLastQuarter skipping actual next date of last quarter moon phase` Problem: When I try to take above issue, I found below issue in Moon.test.js....

**EDIT:** Hey, I am currently using your library in a project and have a question about one of its methods. My result from doing an angular diameter calculation of Jupiter...

If I run this ``` const startDate: Date = new Date(Date.UTC(2021, 1, 1)); const toi = createTimeOfInterest.fromDate(startDate); const lastQuarterDate = createMoon(toi).getUpcomingLastQuarter(); ``` Assuming I am not missing something, lastQuarterDate should...