Closed michaelachrisco closed 4 years ago
Ive never done rust but it appears that this library/crate does what I am suggesting: https://github.com/RustAudio/audrey
Might take a stab at it at some point...
Hi,
How does satNOGS work? By visiting the website I can't understand its purpose.
Does satNOGS somehow do recordings in OGG? I'm wondering how useful this feature would be, and which audio codecs are commonly used.
So im basically running the same setup as this project: https://www.raspberrypi.org/blog/build-a-satnogs-ground-station-raspberry-pi-3b-hackspace-magazine-18/
It allows you to run your own satellite observation/tracker. It does everything from getting noaa sat images, getting instrument readings, and helping out the creators of the satellites via an open source project. The way you get the readings is to set up a raspberry pi (or any computer really), run the software, and the software will get everything in ogg format. Here are some good examples:
Example above: https://network.satnogs.org/observations/1848305/ Audio file link is at the bottom:
Im not sure what they use ATM (probably wxtoimg) but it outputs the image in the "data" tab of the website:
It would be cool if anyone could hook up the tool to satNOGS and at least verify their findings in an open source way (such as your tool) or even have it completely replace wxtoimg overtime. Maybe. I'm kinda new to this whole "tracking weather satellite" thing :)
I will keep your suggestion in mind. Some notes:
Looks like satNOGS has its own APT decoder. It's not using WXtoIMG
The recording you linked is encoded with Vorbis (I think that OGG files sometimes have a different codec inside. e.g. Opus)
Oh wow TIL. Well then, it would seem that this request would not make sense given the context. Ill go ahead and close it out. Thanks for building the tool!
At the moment, I currently use sox to convert oggs from satNOGS via:
It would be nice if the software can support ogg as a format and auto-convert if possible, just to save a step.