Browsing Posts in Python

pynmea version 0.6.0 has just been released over at google code and is also pip installable. Major changes are the addition of a NMEAStream object that allows files to be streamed in, and either a list of nmea objects or nmea sentences as strings returned. This should make it much easier to develop NMEA / [...]

I quite like playing with GPS and found it a real pain dealing with all the different NMEA sentences individually. I couldn’t find a standalone, general purpose NMEA library for Python that I liked (there are other libraries out there, but you either seem to have to get a bunch of other stuff you don’t [...]