leaflet-galmon/README.md

3.1 KiB

Spacecruft Leaflet Galmon

The present repo contains scripts to process data for viewing with Leaflet maps.

Retrieve Galmon observers and GNSS locations, output HTML maps with Leaflet.

galmon-gnssleaflet is a script to retrieve Galmon GNSS locations and feed them to Leaflet maps for visualization.

galmon-observers2leaflet is a script to retrieve Galmon observer locations and feed them 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 the leading open-source JavaScript library for mobile-friendly interactive maps.

Screenshots

Screenshots of Galmon Observers, generated by galmon-observers2leaflet.

Leaflet with Galmon Observer locations. leaflet-galmon-observers

Leaflet with Galmon GNSS ("GPS satellite") locations. leaflet-galmon-gnss

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.

git clone https://spacecruft.org/spacecruft/leaflet-galmon
cd leaflet-galmon
./galmon-observers2leaflet > ./html/observers.html
./galmon-gnss2leaflet > ./html/gnss.html
# View in browser or serve with webserver:
firefox ./html/gnss.html
firefox ./html/observers.html

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:

Leaflet

Serving Leaflet images and javascript directly. Files from:

Status

Works.

License / Copyright

Source:

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

Copyright (C) 2022 Jeff Moe.

License: AGPLv3 or any later version.