oscar,
in forecast.py, change line 1782 from this:
label = line[0:14].strip()
to this:
label = line[0:14].strip().upper()
normally the NWS point forecasts use all upper case, but the PFM you got
has 3hrly and 6hrly for some reason.
the change to upper() will prevent any failures whether NWS does upper or
lower case.
fixed in forecast 3.2.7
m
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.