Tagged Questions

8
votes
6answers
3k views

Parsing GPS receiver output via regex in Python

I have a friend who is finishing up his masters degree in aerospace engineering. For his final project, he is on a small team tasked with writing a program for tracking weather balloons, rockets and ...
2
votes
1answer
95 views

Is there a solid NMEA parser for Python?

Is there a good NMEA string parser for Python that you can recommend? I know it is easy to parse but I would rather not re-invent the wheel. Thanks