Go to file
Pierros Papadeas 289bad05cb
Decoupled credentials from argparse into configuration file
Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-10 10:21:26 +03:00
.gitignore Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
LICENSE Remove loop checking of gs info in favor of API filtering 2018-12-02 14:09:23 +02:00
README.md Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
env-dist Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
requirements.txt Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
schedule_single_station.py Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
settings.py Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03:00
setup.cfg Decoupled credentials from argparse into configuration file 2019-05-10 10:21:26 +03: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

Configuration

Copy the env-dist file to .env and set your legacy SatNOGS Network credentials.

Usage

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

./schedule_single_station.py --help

License

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