Egil Möller
Egil Möller
Database rights exists in many jurisdictions. The fact that their license for the weights is invalid/irrelevant in some, does not make this any more open source. But, if you are...
What is the advantage of a custom distance function over projecting to a cartesian plane @Megil-Zesty ? Specifically in GIS applications, reprojecting to some UTM zone should be preferable, unless...
Heys! I was planning to make a PR for some [convenience syntax sugar stuff](https://github.com/redhog/InfiniteGlass/blob/master/docs/LIBRARY.md), but the commit history of master and the above comments don't look promising / makes this...
I'm using version 0.1.26 btw
Nope, just worked around the issue (accepted that keys are garbled and recurse over object and ungarble them; all of mine are byte arrays, so the string representation of them...
Sorry, haven't had time to poke at libais for a while - been occupied with working with its output over at https://github.com/GlobalFishingWatch/vessel-scoring But this does indeed need cleanup. @schwehr Would...
I would say we should sync as much as possible with gpsd. I couldn't test all possible nav statuses, and didn't look at gpsd source, but used the status texts...
Oh, regarding this, did you see this script I added https://github.com/schwehr/libais/blob/master/utils/collecttypes.py ? It takes an NMEA file and filters out one message per type... to generate an example input file...
There now is some code to handle this on the python side in ais.stream.decode: with open("foo.nmea") as f: for msg in ais.stream.decode(f): print msg