As I have mentioned a few times I am obsessed with trying to make something like Nasa’s DSN Now webpage for satnogs.
Well so far I have a map view. (I will add links at the end.)
This map view displays all online stations as gray dots and all stations actively in am observations a green ones.
Each sat that is being actively observed is displayed in its location in the sky on the map with a line connecting it to the ground station observing it.
If a satellite is Black it means it is in eclipse that is it is in the earths shadow. If it is yellow it’s in the sun light.
I plan on adding more pages to this site in the future to make it even better. Jsut be aware that it will always be about the network as a whole.
I will be slowly trying to docker this. And make it work with MapBox GL. But it you don’t have WebGL (which it seems IOS chrome no longer has it.) it will down grade to using LeafLetJS
This ended up being a CSP issue, effecting all ios browsers (because webkit) and safari in osx. Unfortunately this has led to a blank screen for safari for this whole time.
I have been slowly moving functionality from the server to the client to eventually just make this a staticly hosted web page. Currently you can’t access it directly from JS because of cross origin problems. Not sure if the problem is my end tho.
Just did some major changes to the dev version. Now sats have a new feature in the popup. (The little window when you click them.) And line colors now have meaning.
Small update. You can now run the display for a long as you want and every hour it will update from the server.
You can also view the observations for a specific station now.
By visiting https://satnogs-dev.jwgtechs.com/station/41 replacing 41 with the ID of the station you want to view.
Also currently 4 hours of pass data is sent to the user and it is only valid for an hour. As that is when the system updates the passes. This was picked so you can watch forward 4 hours.