Satellite pass event information generation tool using the PyEphem library and Google Calendar API.
Satellite TLE data is taken from http://celestrak.org/NORAD/elements/stations.txt
pip install -r requirements.txt
Settings are stored in the settings.json
file.
The settings file contains the coordinates of the base station and the information of the satellites to track.
Configure the environment and generate a valid credentials file. This can be accomplished by following the steps from: https://developers.google.com/calendar/api/quickstart/python
credentials.json
should be place in the root repo directory.
To run the program, run the following command from the root repo directory:
python ./operation_planner/main.py
This software is licensed under Apache License, Version 2.0