IZ7BOJ
1
Dear community,
is there any way to automatically:
- Query satnogs db to get all observations for a specific satellite and specific station, from date x do date y (possibly only “good” vetting)
- automatically download all the ogg files of the previous query?
I’ve found something similar here: https://github.com/deckbsd/glouton-satnogs-data-downloader but it seems can’t download ogg files
Any suggestion would be appreciated
Thanks in advance
Alfredo
f4hvq
2
Hello
I designed a script in order to decode NOAA image with wxtoimg.
You can read my code at https://gitlab.com/F4HVQ/noaa_decoder
This code code was initially designed form my purpose only. It is simple but efficient.
IZ7BOJ
3
Thank you for your code!
I’ve just tried to run it, but I get this error:
[IMPORT ERROR] ./noaa_decoder_main.py : No module named ‘libs.Constants’
I’m running it on Ubuntu 16.04
Thanks
Alfredo
IZ7BOJ
4
I extrapolated the part of code which I need for my purposes. It’s all OK