Go to file
Pierros Papadeas 02ec88ba03
Fix fetching of stats from Network
And various codestyle fixes

Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-08 22:55:08 +03:00
.gitignore Restructure util file and add settings 2018-12-02 19:55:02 +02:00
LICENSE Remove loop checking of gs info in favor of API filtering 2018-12-02 14:09:23 +02:00
README.md README: Add short usage section 2019-05-07 17:14:15 +02:00
requirements.txt Add progress bar on pass calculation and nicer logging 2018-12-19 12:24:49 +02:00
schedule_single_station.py Fix fetching of stats from Network 2019-05-08 22:55:08 +03:00
settings.py Skip downloading TLEs for temporary NORAD IDs 2018-12-15 10:57:24 +01:00
utils.py Fix fetching of stats from Network 2019-05-08 22:55:08 +03:00

README.md

auto-scheduler

This is a tool to automatically compute passes of satellites on the SatNOGS network. It uses code from the SatNOGS network scheduler. It requires python-satellitetle for downloading TLEs.

Dependencies

pip install -r requirements.txt

Usage

The following command will list all available command-line arguments:

./schedule_single_station.py --help

License

license Copyright 2018 - Cees Bassa, Fabian Schmidt, Pierros Papadeas