-
Notifications
You must be signed in to change notification settings - Fork 20
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
Thermal properties #47
Comments
Hi, the first 4 things on the list are there in the library. After you parse an IGC flight and get a
See the As far as wind/drift calculation goes, it's not currently there, but a basic version: (exit_position - entry_position)/(exit_time - entry_time) should be pretty easy to implement. Let me know if you'd need that, I can have a look into it. Also, I'm happy to accept pull requests here :) |
Great, thank you! Looked through the code and it's very readable. Will look into the wind drift topic, shouldn't be that hard to implement. |
Sure, if you get some time for it and get it working I'll be happy to review a pull request with an extra feature - sounds useful to have. |
Hi Marcin, looks very promising. To be truly useful though the following information would be necessary:
Maybe this is all doable with your library, if so please could you provide some instructions? Thanks.
The text was updated successfully, but these errors were encountered: