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.
![]() |
1 year ago | |
---|---|---|
apache | 1 year ago | |
docs | 1 year ago | |
pics | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
beidou-earth.py | 1 year ago | |
galileo-earth.py | 1 year ago | |
glonass-earth.py | 1 year ago | |
gnss-earth.py | 1 year ago | |
gps-earth.py | 1 year ago | |
requirements.txt | 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 satellitesbeidou-earth.py
--- Beidou (China) satellitesgalileo-earth.py
--- Galileo (Europe) satellitesglonass-earth.py
--- GLONASS (Russia) satellitesgps-earth.py
--- GPS (USA) satellites
Websites
Websites available for viewing.
- https://gnss.spacecruft.org/
- https://beidou.spacecruft.org/
- https://galileo.spacecruft.org/
- https://gps.spacecruft.org/
- https://glonass.spacecruft.org/
Upstream Dependencies
Uses:
License / Copyright
Copyright (C) 2022 Jeff Moe
License: AGPLv3 or any later version.