Spacecruft GNSS Earth is a series of web applications that render GNSS satellites on a globe of Earth (here). https://spacecruft.org/spacecruft/gnss-earth/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jeff Moe 975a9b59e5
crufty systemd startup files
1 year ago
apache apache configs 1 year ago
docs LICENSE for cassova/satellite-czml 1 year ago
pics Add screenshots 1 year ago
systemd crufty systemd startup files 1 year ago
.gitignore gitignore from cassova/satellite-czml 1 year ago
LICENSE Initial commit 1 year ago
README.md crufty systemd startup files 1 year ago
beidou-earth.py sites for gnss, beidou, galileo, gps, glonass 1 year ago
galileo-earth.py sites for gnss, beidou, galileo, gps, glonass 1 year ago
glonass-earth.py sites for gnss, beidou, galileo, gps, glonass 1 year ago
gnss-earth.py sites for gnss, beidou, galileo, gps, glonass 1 year ago
gps-earth.py sites for gnss, beidou, galileo, gps, glonass 1 year ago
requirements.txt python deps 1 year ago

README.md

gnss-earth

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

Need to get cesium.key from Cesium ION.

There are sample Apache configs in the apache/ directory.

There are systemd files with really bad PATHs in systemd. Copy them here: /etc/systemd/system/

Run: sudo systemctl daemon-reload

Then run systemctl start spacecruft-beidou or whatever service you want to start.

You can see what ports it is listening on (from net-tools package) ala: netstat -pant | grep py

Scripts

The following scripts are available for websites:

  • gnss-earth.py --- All satellites
  • beidou-earth.py --- Beidou (China) satellites
  • galileo-earth.py --- Galileo (Europe) satellites
  • glonass-earth.py --- GLONASS (Russia) satellites
  • gps-earth.py --- GPS (USA) satellites

Websites

Websites available for viewing.

spacecruft-beidou

spacecruft-galileo

spacecruft-gps

spacecruft-glonass

spacecruft-gnss

Upstream Dependencies

Uses:

License / Copyright

Copyright (C) 2022 Jeff Moe

License: AGPLv3 or any later version.