1
0
Fork 0
sattools/python/README.md

19 lines
428 B
Markdown
Raw Normal View History

2019-11-06 15:44:11 -07:00
## Notes
## Setup
- Dependency installation via pip:
```
pip install -r requirements.txt
```
- In order to be able to use `ground_track.py`,
download [earth.png](https://raw.githubusercontent.com/galactics/beyond/master/doc/source/_static/earth.png) into this directory.
## Usage
- Plot the ground track of satellite based on it's TLE around the epoch:
```
./ground_track.py ../examples/sathyabamasat.txt
```