From ebe608ab2cf44d80a2e2feb8246bd2723053d3a8 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 12 Jun 2022 19:36:51 -0600 Subject: [PATCH] workz --- README.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a7a52c..3ffd764 100644 --- a/README.md +++ b/README.md @@ -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.