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

Parse weather condition groups to separate objects #6

Open
esamattis opened this issue Jun 9, 2014 · 0 comments
Open

Parse weather condition groups to separate objects #6

esamattis opened this issue Jun 9, 2014 · 0 comments

Comments

@esamattis
Copy link
Contributor

Now only one array is generated which loses information.

EFJY 092120Z AUTO 05003KT 9999 -SHRA VCSH SCT006 OVC028CB 13/13 Q1014

should parse to

{
  weather: [
    { <obj for -SHRA> },
    { <obj for VCSH> }
  ]
}
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

1 participant