Skip to content

A python module for calculating oresat passes using TLEs

License

Notifications You must be signed in to change notification settings

uniclogs/pass-calculator

Repository files navigation

uniclogs-pass-calculator

License Unit Tests Issues

A common python module for calculating orbital passes used by ULTRA and RADS. Mostly a simple wrapper ontop of skyfield.

Install Dependencies

$ pip install -r requirements.txt

Build

$ python3 setup.py bdist_wheel

Installation

Install for single-user:

$ python -m pip install dist/pass_calculator-*-py3-none-any.whl

Install globally:

$ sudo python -m pip install dist/pass_calculator-*-py3-none-any.whl

About

A python module for calculating oresat passes using TLEs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages