main
Jeff Moe 2022-06-12 19:36:51 -06:00
parent 77756849b5
commit ebe608ab2c
1 changed files with 25 additions and 4 deletions

View File

@ -1,7 +1,11 @@
# Spacecruft Leaflet Galmon
Retrieve Galmon observers, output HTML map with leaflet.
`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
@ -9,7 +13,9 @@ 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.
*Leaflet is the leading open-source JavaScript library for
mobile-friendly interactive maps.*
# Screenshots
Screenshots of GNSS satellites and
@ -36,7 +42,11 @@ Run thusly.
Retrieve Galmon observers, output for Leaflet.
```
./leaflet-galmon-observers
git clone https://spacecruft.org/spacecruft/leaflet-galmon
cd leaflet-galmon
./galmon-observers2leaflet > ./html/galmon.html
# View in browser or serve with webserver:
firefox ./html/galmon.html
```
# Galmon Data
@ -84,9 +94,20 @@ Source code:
Observers:
* https://berthub.eu/articles/posts/galmon-project/
## Leaflet
* https://leafletjs.com
Serving Leaflet images and javascript directly. Files from:
* https://unpkg.com/leaflet@1.7.1/dist/leaflet.js
* https://unpkg.com/leaflet@1.7.1/dist/leaflet.css
# Status
Alpha, under development.
Works.
# License / Copyright
Unofficial project, not part of Leaflet or Galmon.
@ -94,5 +115,5 @@ Upstream sources under their respective copyrights.
Copyright (C) 2022 Jeff Moe.
License: GPLv2 or any later version.
License: AGPLv3 or any later version.