gnss-earth/README.md

1.2 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.

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.

Upstream Dependencies

Uses:

License / Copyright

Copyright (C) 2022 Jeff Moe

License: AGPLv3 or any later version.