uniclogs / pass-calculator

A python module for calculating oresat passes using TLEs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%