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 b4faf2b65c
Add screenshots
1 year ago
apache apache configs 1 year ago
docs LICENSE for cassova/satellite-czml 1 year ago
pics Add screenshots 1 year ago
.gitignore gitignore from cassova/satellite-czml 1 year ago
LICENSE Initial commit 1 year ago
README.md TLE source 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.

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.