WXforum.net

Weather Software => Other Weather Software => Topic started by: Marezaten on December 01, 2019, 11:47:00 AM

Title: WXTOIMG
Post by: Marezaten on December 01, 2019, 11:47:00 AM
This is my first attempt on this forum, so have mercy

I use WXTOIMG on a raspberry-pi to process NOAA-images.
I followed the well known instructions to make the scripts on the pi including the receive_and_process_satellite.sh where wxtoimg is called:
wxtoimg -m ${3}-map.png -e ZA $3.wav $3.png
The map-overlay is produced by calling wxmap:
wxmap -T "${1} -H $4 -p 0 -1 0 -o $PassStart ${3}-map.png

My question is where can I find an explanation of the available wxmap and wxtoimg-parameters is these calls especially the ones of wxmap?
Title: Re: WXTOIMG
Post by: Bushman on December 01, 2019, 01:23:53 PM
https://wxtoimgrestored.xyz/support/wxtoimg.pdf
Title: Re: WXTOIMG
Post by: Marezaten on December 01, 2019, 02:46:38 PM
Thanks for Youri help