gnss-earth/README.md

1.7 KiB

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.