A common python module for calculating orbital passes used by ULTRA and RADS. Mostly a simple wrapper ontop of skyfield.
$
pip install -r requirements.txt
$
python3 setup.py bdist_wheel
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