I'm adding support for CWOP uploads to fwx (
https://github.com/michaelgalassi/fwx) and I'm having trouble figuring out how to encode solar radiation.
In chapter 12 (Weather Reports) of the APRS Protocol Reference it states that L = luminosity (in watts per square meter) 999 and below and that l (lower case L) = luminosity (in watts per square meter) 1000 and above.
The temptation is to use the format "L%03d" for L and when the value goes over 999 switch to "L%04d" but this seems somewhat odd to me.
What have others done in this regard? Does anyone have some valid CWOP packets with solar radiation which they could share with me?
Thank you!