Skip to content

v0.22.0

Choose a tag to compare

@michealroberts michealroberts released this 24 Oct 09:39
· 495 commits to main since this release

What's Changed

The latest release of @observerly/astrometry provides support for location the ecliptic coordinates of the 8 planets of the Solar System.

This release does support the ability to find the position of other Dwarf Planets, e.g., Pluto, Eris, Ceres etc provided the orbital parameters are known, however the degree of accuracy is less.

Features

  • feat: Added planets module to @observerly/astrometry. by @michealroberts in #115
  • feat: Added Planet type to planets module in @observerly/astrometry. by @michealroberts in #116
  • feat: Added epoch J2000.0 almanac data for inferior and exterior planets to planets module in @observerly/astrometry. by @michealroberts in #117
  • feat: Added SOLAR_TROPICAL_YEAR constant to sun module in @observerly/astrometry. by @michealroberts in #118
  • feat: Added getPlanetaryMeanAnomaly() to planets module in @observerly/astrometry. by @michealroberts in #119
  • feat: Added getPlanetaryEquationOfCenter() to planets module in @observerly/astrometry. by @michealroberts in #120
  • docs: Added banner.png to .github/assets for reference in README.md by @michealroberts in #121
  • feat: Added getPlanetaryTrueAnomaly() to planets module in @observerly/astrometry. by @michealroberts in #122
  • feat: Added getPlanetaryHeliocentricEclipticLongitude() to planets module in @observerly/astrometry. by @michealroberts in #123
  • feat: Added getPlanetaryHeliocentricEclipticLatitude() to planets module in @observerly/astrometry. by @michealroberts in #124
  • feat: Added getPlanetaryHeliocentricDistance() to planets module in @observerly/astrometry. by @michealroberts in #125
  • feat: Added earth type Planet to earth module in @observerly/astrometry. by @michealroberts in #126
  • feat: Added getPlanetaryGeocentricEclipticCoordinate() to planets module in @observerly/astrometry. by @michealroberts in #127
  • feat: Added convertEclipticToEquatorial() to coordinates module in @observerly/astrometry. by @michealroberts in #128

Full Changelog: v0.21.0...v0.22.0