Skip to content

A tiny library that calculates the position of the planets.

Notifications You must be signed in to change notification settings

ViktorWase/PlanetPosition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PlanetPosition

A tiny library that calculates the position of the planets.

Example usage

Javascript

planetPosition.getPos(2, 2000, {icrf:true})

planetPosition.getPos('jupiter', 2017.101, {circular:true})

planetPosition.getPos("earth", 2100.5, {icrf:true, circular:true})

planetPosition.getPos(0, 2000.7)

Python

getPos(2, 2000, icrf=True)

getPos('jupiter', 2017.101, circular=True)

getPos("earth", 2100.5, icrf=True, circular=True)

getPos(0, 2000.7)

About

A tiny library that calculates the position of the planets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published