celestia-galmon/README.md

125 lines
2.4 KiB
Markdown
Raw Normal View History

2022-05-23 12:51:52 -06:00
# Spacecruft Celestia Galmon
`celestia-galmon` is a set of scripts to retrieve Galmon GNSS
data and feed it to Celestia for visualization.
The Galmon GNSS Monitoring Project's
*"goals are to monitor the major Global Navigation Satellite Systems,
including GPS, GLONASS, Galileo and BeiDou, but also Space Base
Augmentation Systems like WAAS, EGNOS and GAGAN. Galmon is an open
source & open data project with a community of over 30 station operators
running more than 50 receivers."*
Celestia is a *"real-time space simulation that lets you experience our
universe in three dimensions".*
* https://galmon.eu
* https://celestia.space
# Screenshots
Screenshots of running Celestia with GNSS satellites, from
`celestia-gnss`.
*Celestia with Moon orbit, Earth, and GNSS satellites.*
![celestia-moon-gnss](pics/celestia-moon-gnss.png)
*Celestia Animated Time Lapse GNSS Orbits*
![celestia-gnss-orbits-anim](pics/celestia-gnss-orbits-anim.gif)
# Install
Install thusly.
```
apt update
apt install python3-pip
pip install --user -r requirements.txt
```
# Run
Run thusly.
```
./celestia-galmon
```
2022-05-23 13:16:04 -06:00
# Galmon Data
Galmon data can be retrieved from the website in JSON format.
Available URLs:
Global, overview of data collection:
* https://galmon.eu/global.json
Service Vehicles (Satellites):
* https://galmon.eu/svs.json
Almanac. Can also be queried with `t` time flag:
* https://galmon.eu/almanac.json
* https://galmon.eu/almanac.json?t=1653332121
Observers (Ground Stations):
* https://galmon.eu/observers.json
Coverage:
* https://galmon.eu/cov.json
* https://galmon.eu/cov.json?gps=0&galileo=1&beidou=0&glonass=0
SBAS:
* https://galmon.eu/sbas.json
2022-05-23 12:51:52 -06:00
# See Also
Refs.
## Spacecruft
Spacecruft:
* https://spacecruft.org/spacecruft/celestia-gnss
* https://spacecruft.org/spacecruft/gnss-earth
* https://spacecruft.org/spacecruft/celestia
## Celestia
Upstream Celestia:
* https://celestia.space/
* https://github.com/CelestiaProject/Celestia
2022-05-23 13:16:04 -06:00
## Galmon
Galmon main page:
* https://galmon.eu
Galmon web map:
* https://galmon.eu/geo/
Source code:
* https://github.com/berthubert/galmon
Observers:
* https://berthub.eu/articles/posts/galmon-project/
2022-05-23 12:51:52 -06:00
# TODO
Do.
* All the things.
# Status
Alpha, under development.
# License / Copyright
2022-05-23 13:16:04 -06:00
Unofficial project, not part of Celestia or Galmon.
2022-05-23 12:51:52 -06:00
Upstream sources under their respective copyrights.
Copyright (C) 2022 Jeff Moe.
License: GPLv2 or any later version.