main
Jeff Moe 2022-06-12 22:54:11 -06:00
parent 67c19157fe
commit f1dac7c355
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Spacecruft Leaflet Galmon
Retrieve Galmon observers, output HTML map with leaflet.
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
@ -23,6 +30,9 @@ Screenshots of Galmon Observers, generated by `galmon-observers2leaflet`.
*Leaflet with Galmon Observer locations.*
![leaflet-galmon-observers](pics/leaflet-galmon-observers.png)
*Leaflet with Galmon GNSS locations.*
![leaflet-galmon-gnss](pics/leaflet-galmon-gnss.png)
# Install
Install thusly.
@ -44,7 +54,9 @@ 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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB