Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 886 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 886 Bytes

@observerly:polaris

Polaris is a fully tree-shakeable zero-dependency Typescript library for performing astrometric and astronomical calculations.

Installation

npm install @observerly/polaris

or

yarn(pnpm) add @observerly/polaris

Then, you can simply import what you need:

import { getLocalSiderealTime, getHourAngle } from '@observerly/polaris'

Acknowledgements

This package makes use of algrotihms and methods outlined in the following two publications:

  • Meeus, J., 1991 "Astronomical Algorithms", 2nd ed., Willmann-Bell, Inc. Richmond, Va

  • Lawrence, J.L., 2015 "Celestial Calculations: A Gentle Introduction To Computational Astrometry", MIT Press, Cambridge, Ma

Without these publications, this package would not exist.