Visualize galmon.eu with leaflet maps. https://spacecruft.org/spacecruft/leaflet-galmon
 
 
 
Go to file
Jeff Moe 89ab0bd1f7 ignore tmp files 2022-06-12 18:50:00 -06:00
data leaflet-galmon 2022-06-12 18:13:39 -06:00
.gitignore ignore tmp files 2022-06-12 18:50:00 -06:00
LICENSE leaflet-galmon 2022-06-12 18:13:39 -06:00
README.md leaflet-galmon 2022-06-12 18:13:39 -06:00
galmon-global leaflet-galmon 2022-06-12 18:13:39 -06:00
galmon-observers leaflet-galmon 2022-06-12 18:13:39 -06:00
requirements.txt leaflet-galmon 2022-06-12 18:13:39 -06:00

README.md

Spacecruft Leaflet Galmon

leaflet-galmon is a set of scripts to retrieve Galmon GNSS data and feed it to Leaflet maps 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."

Leaflet is cute, free, easy way to use Python and maps.

Screenshots

Screenshots of GNSS satellites and Galmon Observers, generated by leaflet-galmon-observers.

Leaflet with Galmon Observer locations and GNSS satellites. leaflet-galmon-observers

Install

Install thusly.

If you want to generate your own files:

# Quick & dirty Python setup
sudo apt update
sudo apt install python3-pip
pip install --user --upgrade pip
pip install --user -r requirements.txt

Run

Run thusly.

Retrieve Galmon observers, output for Leaflet.

./leaflet-galmon-observers

Galmon Data

Galmon data can be retrieved from the website in JSON format. Available URLs:

Global, overview of data collection:

Service Vehicles (Satellites):

Almanac. Can also be queried with t time flag:

Observers (Ground Stations):

Coverage:

SBAS:

See Also

Spacecruft

Spacecruft:

Galmon

Galmon main page:

Galmon web map:

Source code:

Observers:

Status

Alpha, under development.

License / Copyright

Unofficial project, not part of Leaflet or Galmon. Upstream sources under their respective copyrights.

Copyright (C) 2022 Jeff Moe.

License: GPLv2 or any later version.