Dr. Tilmann Bubeck

Results 91 comments of Dr. Tilmann Bubeck

I think gpsbabel would do the trick for you. Have you tried this? You can use this to convert to IGC and then use aerofiles to read in.

Could you please change this PR, so that all changes of black are removed? Otherwise it is very hard to see, what you really have changed. Thanks!

closed by https://github.com/Turbo87/aerofiles/pull/255

I assume travis-ci have been dropped a few years ago and replaced by GH actions. Also Py3.7 is supported. So I dont see, that this PR is of any use...

This issue is quite old and I dont see a clear bug/recommendation/feature request. Could you please provide an IGC file that shows what you are requesting. If it is pure...

Generally speaking, you should use the right encoding for your file. A good explanation is here: https://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html As stated there, you should use 'latin-1' encoding, if it is an ASCII...

I think you are right, that reading the radius from waypints generated by external apps is not implemented, but not much to do. Probably there is some lines missing in:...

I am not sure, what the best display would be, if gps direction is not "forward" (in fly direction). For the following examples, I assume a speed of the glider...

No, thats a bug. 5281 is an official build but it is lacking the key. @fhorinek Please check and either rebuild or increase build number.

An implementation idea could be, to use the FLIGHT LOG to select a previous flight and then read the IGC/KML file to find min/max altitude and start/end time. This could...