Skip to content

jdawson4/APT-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

APT (Automatic Picture Transmission) is a radio transmission system used by weather satellites, such as the NOAA-15, -18, and -19, which can all easily be received using a simple dipole antenna and a cheap SDR receiver. Recording a sample of one of these transmissions, it should be fairly easy for us to decode the image being transmitted using some Python!

Of course, there's easier ways of doing this. NOAA-APT (https://noaa-apt.mbernardi.com.ar/) is my favorite way of doing this, but others seem to prefer WXtoIMG (https://wxtoimgrestored.xyz/), which is somewhat abandoned and hard to get to work.

While these are good solutions, I wanted to see how the process works by hand, in order to get some experience with scipy and digital signal processing in general. At least initially, I'm inspired by this Medium post https://medium.com/swlh/decoding-noaa-satellite-images-using-50-lines-of-code-3c5d1d0a08da by Dmitrii Eliuseev. I want to do my own take on this afterwards, though.

I'll also note that I've looked at a few other projects on github, such as https://github.com/zacstewart/apt-decoder. There's a thriving little community of weather satellite decoders out there, and I hope my code contributes to this!

About

Decode APT signals from weather satellites!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages