gnss-earth/README.md

34 lines
593 B
Markdown
Raw Normal View History

2022-05-11 15:45:20 -06:00
# gnss-earth
2022-05-11 16:09:15 -06:00
Spacecruft GNSS Earth is a web application to render GNSS satellites on a globe of Earth (here).
# Installation
Install thusly:
```
sudo apt update
sudo apt install python3-pip
git clone https://spacecruft.org/spacecruft/gnss-earth
cd gnss-earth/
# Install python setup to your taste...
# Update pip...
pip3 install --user --upgrade pip
pip3 install --user --upgrade -r requirements.txt
```
# Upstream Dependencies
Uses:
* Python
* Dash
* https://github.com/cassova/satellite-czml
# License / Copyright
Copyright (C) 2022 Jeff Moe
License: AGPLv3 or any later version.
2022-05-11 15:45:20 -06:00