MeeusJs
MeeusJs copied to clipboard
MeeusJs is an implementation of some algorithms of the Book 'Astronomical Algorithms of Jean Meeus' in Javascript.

https://github.com/Fabiz/MeeusJs/blob/069bbe217e51a1973310cec7e532a197c934772f/lib/Astro.Coord.js#L315 Come da commento presente nel codice stesso, il valore di azimuth restituito è errato, in quanto calcolato rispetto al sud, mentre la convenzione lo vuole calcolato rispetto al nord;...
I could be missing something, but: I am currently in UTC+2. Dates and times are all returned fine except between midnight and 2AM. In this period UTC date is one...
Need this to calculate certain times even before sunrise. When is the sun X degrees below/above the horizon? Suncalc has a function called addtimes() that takes an angle as a...
altitude
I found the calculation doesn't take into account the altitude, although the parameter h is included in coordinates. It doesn't modify anything for the results, and it should. Can you...
The README mentions A.MoonPhase but the code isn't here.
https://github.com/Fabiz/MeeusJs/blob/3f412c68efd622ada4635361fda2f783eadf2464/lib/Astro.Coord.js#L136 "Degrees" and "radians" are units of measure, hence "degrees in radians" is a nonsense, just like saying "centimeters in meters"; it should be instead "angle in radians" or "angle...
Error highlighted below (in example on home page): ``` // gets the moon position and times for zurich var jdo = new A.JulianDay(new Date()); // now var coord = A.EclCoord.fromWgs84(47.3957,...
Hello! I just tried this library, i got some wrong times (two hours difference) and i don't know how to solve them, can you help? result from examples.html ``` MeeusJs...
Is there a good reason to use both "solstice" and "solistice" - with an i - unregularly as code variables, package listing and library file name? I think the correct...