reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
182 stars 56 forks source link

Features on the map for NOAA captures #121

Open dom1706 opened 3 years ago

dom1706 commented 3 years ago

Hello, I would like to know how to put a little cross on my location on the map and also to put the borders in back (to replace the green). Easy to do with wxtoimg on a Windows computer but I don't find how to make that in this script...

PS: If you find this useful, I've found how to delete the two blocks of telemetry (left and right of the NOAA pictures) - but maybe you already knew this ;-) I've added "-c" in this line: /usr/local/bin/wxtoimg -c -o -m "${NOAA_HOME}/map/${3}-map.png" -e "$i" "${RAMFS_AUDIO}/audio/${3}.wav" "${NOAA_OUTPUT}/images/${3}-$i.jpg" in receive.sh

Captures of the last days: https://www.astrophoto.be/meteorologie

Best regards. Dominique, ON4DGF

tegwilym commented 3 years ago

Good question! I'm interested in figuring out how to do the composite images where multiple orbit images are combined into a larger one. Something I've done in the past with the Gui version of Wxtoimg, but still not sure how to do it with the non-graphical version. I did read that reynico hasn't written code for it yet for Raspberry-NOAA. If anyone knows how to manually do it, I'd be interested in knowing the procedure. -Tom KA7VIK