Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 607 Bytes

A wrapper for libnova -- Celestial Mechanics, Astrometry and Astrodynamics Library.

The library is not very accurate. If you want something more precise, try novas

Implemented so far:

  • Julian date (to/from time.Time)
  • Lunar
  • Solar

Tested with libnova v 0.15.0

Keywords: astronomy, astrometry, celestial mechanics, sun, moon, planets

Install

You need libnova installed, with libs and headers where gcc can find them.

go get github.com/pebbe/gonova

Docs