Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquesebastiao/satround
Mobile decoder of APT analog signals from NOAA satellites written in Python.
https://github.com/henriquesebastiao/satround
buildozer kivy kivymd noaa-satellite noaa-weather
Last synced: 12 days ago
JSON representation
Mobile decoder of APT analog signals from NOAA satellites written in Python.
- Host: GitHub
- URL: https://github.com/henriquesebastiao/satround
- Owner: henriquesebastiao
- License: mit
- Created: 2024-10-22T18:31:02.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:58:21.000Z (13 days ago)
- Last Synced: 2024-10-23T23:23:36.745Z (13 days ago)
- Topics: buildozer, kivy, kivymd, noaa-satellite, noaa-weather
- Language: Python
- Homepage:
- Size: 69.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satround - NOAA APT Decoder for Android
Decode analog APT signals from NOAA weather satellites with your mobile phone.
> [!NOTE]
> This application is an attempt to port an APT decoder to mobile devices. The decoding script is written in Python and does not work in all cases. Any help in developing and improving the application is very welcome.The mobile application is developed with Python and Kivy with (KivyMD), I know it's not the best alternative, but it's what I can get my hands on. The decoding script is based on the [NOOA Decoder](https://github.com/mimimaki/NOAA_decoder) project by [@mimimaki](https://github.com/mimimaki), thank you very much for that.
## Example
![Example image](./example/decoded.png)
## Alternatives
If Satround doesn't work for you, try some of the alternatives below:
- [martinber/noaa-apt](https://github.com/martinber/noaa-apt), written in Rust.
- [Xerbo/aptdec](https://github.com/Xerbo/aptdec), written in C.