Adam
Adam
>I will not change existing internal definitions if not absolutely necessary. That's not necessary. I just would like to get some *definitions* in the first place, i.e. a table in...
>you did not get my point about sending NMEA You mean an avnav plugin sending NMEA to avnav itself not somewhere else? or that avnav gets data from SK as...
>general approach of AvNav not computing additional data This is not quite true, strictly speaking: [HDT from HDM](https://github.com/wellenvogel/avnav/blob/443428c7a561b86b2b95c8f5cc46671228f33a7c/server/avnav_nmea.py#L535), but I of course know what you mean >SailInstrument Plugin - not...
>complete rewrite in Java That's tough! Just thinking: Wouldn't it be possible to reuse the existing Python code and run it on Android? Natively or in a Jython VM? With...
Same problem here on Android 5 with recent Chrome. A refresh does not solve the problem, I have to close the tab and reopen it. This very annoying when running...
Very interesting. What puzzles me is, that SkyField is "pure-Python" but when generating an almanac in a single process, it still uses multiple cores. Any idea why? SkyField uses numpy...
IMHO the parallelization could be simplified. Concerning the fact that you do not see a gain in speed on Linux, you may want to read my comment https://github.com/skyfielders/python-skyfield/issues/612#issuecomment-1497090298.
Since MapProxy is written in Python it might be possible. Encoding WebP requires more CPU power, but once it's in the cache that doesn't matter any longer. Decoding happens on...
This the mbtiles-to-gemf-converter? OK, so that basically inverts the y axis. I used the command line script and it failed.