wrobell
wrobell
There are a lot of projects using Cython (see uvloop or asyncpg for reference). I am not aware of any unsupported architectures. Personally, I am using it in a lot...
On the compatibility and supported inputs. Looking at the API, I think first parameter of every function is a message. Therefore, `singledispatch` could be used to overload first parameter, i.e....
Even now, the API can support both hex strings and bytes. Please see https://github.com/junzis/pyModeS/pull/67.
If possible, I would like to restart the discussion about this topic. Another argument in favour of binary message processing: ``` # ensure the optimized version of `df` function is...
Thanks to function overload we could always create optimized versions for different types of inputs - strings, bytes... and arrays of these, see below. Indeed, there is a lot of...
I will try to create some initial pull request in few days. I am still exploring few options around NumPy's API.
I am looking into implementation of `altitude` function. I can see that `pyModeS` has three functions. IMHO, this is bit problematic. For an array of messages, I would prefer to...
Regarding the 12-bit vs 13-bit altitude data parsing - 12-bit version: 1 bit is unused - 13-bit version: 2 bits are unused 13-bit version can be converted into 12-bit with...
Regarding 14/28 digit messages. 28-digit messages are always df=(17, 18), so it is easy to distinguish between them?
It seems like `cade2011-schneidsut-owlfullatp/testdata/coverage/testsuite-owl2-rdfbased.zip` contained in the above file is our starting point? I do not see any license associated with the file, so I wonder if we can include...