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

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

License

Notifications You must be signed in to change notification settings

observerly/polaris

Repository files navigation

@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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages