starter-dev / polaris

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

Home Page:https://polaris.observerly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://polaris.observerly.com

License:MIT License


Languages

Language:TypeScript 100.0%