You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PAEH 290431Z AUTO 11002KT 10SM -FZRA BC BKN002 M08/M08 A3010 RMK AO2 SLP208
not sure if that is correct fix...
// if we have phenomena (we should always!)
String phenomena = ((String) tokens.get(index));
if (pos < phenomena.length() && (
((String) tokens.get(index)).substring(pos, pos + 2)
The text was updated successfully, but these errors were encountered:
PAEH 290431Z AUTO 11002KT 10SM -FZRA BC BKN002 M08/M08 A3010 RMK AO2 SLP208
not sure if that is correct fix...
The text was updated successfully, but these errors were encountered: