Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weather group: descriptor: -FZRA BC causes exception #5

Open
pasniak opened this issue Dec 30, 2017 · 1 comment
Open

weather group: descriptor: -FZRA BC causes exception #5

pasniak opened this issue Dec 30, 2017 · 1 comment

Comments

@pasniak
Copy link

pasniak commented Dec 30, 2017

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)
@arimus
Copy link
Owner

arimus commented Apr 19, 2018

Feel free to create a pull request. Just make sure the tests pass and I'll merge it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants