Moshier-Ephemeris-JS icon indicating copy to clipboard operation
Moshier-Ephemeris-JS copied to clipboard

ES6 "re-implementation" of ephemeris calculations for sun, planets, comets, asteroids and stars.

Results 6 Moshier-Ephemeris-JS issues
Sort by recently updated
recently updated
newest added

How do you calculate the eclipses? For the Lunar, it comes down to finding how close the moon is to either of the nodes. ``` Ephemeris.moon.orbit .meanAscendingNode.apparentLongitude Ephemeris.moon.orbit .meanDescendingNode.apparentLongitude ```...

Starcat. I noticed you based this library from one library from mivion which is exclusively the moshiers ephemeris, but he has another which is the swiss ephemeris binding in nodejs....

This library is not in npm?

I noticed the Eclipses are mentioned among the Future work. It would be great to have this feature as eclipses, both lunar and solar have significant impact in astrology.

> Is it possible to add bodies which are not included by default? > > For instance, 'Ceres'. > > I presume you are using the Swiss ephemeris, in which...

const ephemeris = new Ephemeris({ year: 2000, month: 0, day: 1, hours: 0, minutes: 0, latitude: 41.37, longitude: -71.1, calculateShadows: false }) ephemeris.Results; gives: Ephemeris is not a constructor