-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Computing weather categories #624
Comments
I tried to create a pull request, but git threw an error message:
Do I need to get authorized for the project first? Sorry, but this is my first contribution to a github project. |
Hello @Spookyguy Thank you for your interest in the project. How exactly do you compute the weather categories ? Regarding the git error: You have to fork the project, so you have your own copy of it. Then, after pushing your branch you will be able to create a pull request toward this repository. You can read more information about the process here. |
Hi @mivek, the code just categorizes the weather by ceiling and visibility. I created a pull request, where you can see how that works. Would be great to have that feature in the library to respect SOC principle, but if you don't want it in your project, it is no problem to implement the algorithms in my own application instead. |
Hello @Spookyguy I will have a look at your PR this we. |
I implemented a feature to compute several weather categories from METAR data:
I will create a pull request soon.
The text was updated successfully, but these errors were encountered: