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/
 
Go to file
Jeff Moe e1daf87c66 sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
docs LICENSE for cassova/satellite-czml 2022-05-11 16:10:53 -06:00
.gitignore gitignore from cassova/satellite-czml 2022-05-11 16:10:05 -06:00
LICENSE Initial commit 2022-05-11 15:45:20 -06:00
README.md sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
beidou-earth.py sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
galileo-earth.py sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
glonass-earth.py sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
gnss-earth.py sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
gps-earth.py sites for gnss, beidou, galileo, gps, glonass 2022-05-11 20:24:29 -06:00
requirements.txt python deps 2022-05-11 16:11:06 -06:00

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.

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.