# 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. * https://gnss.spacecruft.org/ * https://beidou.spacecruft.org/ * https://galileo.spacecruft.org/ * https://gps.spacecruft.org/ * https://glonass.spacecruft.org/ # Upstream Dependencies Uses: * Python * Dash * https://github.com/cassova/satellite-czml * https://celestrak.com/NORAD/elements/ # License / Copyright Copyright (C) 2022 Jeff Moe License: AGPLv3 or any later version.