This is a Python script to periodically extract existing types from a Postgres compatible database,
compute the satellite contact opportunities over ground stations, and place these contact
opportunities back into the database.
pip3 install "psycopg[binary]"
pip3 install -r requirements.txt