First of all, thanks for gps3. Really makes using gps with python easier.
I'd like to propose an enhancement: Use logging instead of writing to stdout/stderr.
That way, people can tweak output location, levels etc. It's more configurable and all around a better solution imho.
https://github.com/wadda/gps3/blob/91adcd7073b891b135b2a46d039ce2125cf09a09/gps3/agps3.py#L61
First of all, thanks for gps3. Really makes using gps with python easier.
I'd like to propose an enhancement: Use logging instead of writing to stdout/stderr. That way, people can tweak output location, levels etc. It's more configurable and all around a better solution imho.