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

Computing weather categories #624

Open
Spookyguy opened this issue Jan 11, 2025 · 4 comments · May be fixed by #626
Open

Computing weather categories #624

Spookyguy opened this issue Jan 11, 2025 · 4 comments · May be fixed by #626

Comments

@Spookyguy
Copy link

I implemented a feature to compute several weather categories from METAR data:

I will create a pull request soon.

@Spookyguy
Copy link
Author

I tried to create a pull request, but git threw an error message:

$ git push
remote: Permission to mivek/MetarParser.git denied to Spookyguy.
fatal: unable to access 'https://github.com/mivek/MetarParser.git/': The requested URL returned error: 403

Do I need to get authorized for the project first?

Sorry, but this is my first contribution to a github project.

@mivek
Copy link
Owner

mivek commented Jan 11, 2025

Hello @Spookyguy

Thank you for your interest in the project.
Initially this project is only a METAR and TAF decoder. It parses the message and produces a human understandable output.
There is no computing so my first thought it that this should not be available in the project. It will depend on the complexity and the representation within the METAR object.

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.

@Spookyguy
Copy link
Author

Spookyguy commented Jan 12, 2025

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.

@mivek
Copy link
Owner

mivek commented Jan 14, 2025

Hello @Spookyguy

I will have a look at your PR this we.
Sorry for the delay

@mivek mivek linked a pull request Jan 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants