Re: Python and GPSD

2016-05-23 Thread dieter
John McKenzie writes: > I need help using the Python bindings for GPSD. Specifically, I would > like to take a latitude reading, put it in a variable and use it later. > The problem is that every example I see involves constantly taking > changing readings. That part I have working for myself

Python and GPSD

2016-05-21 Thread John McKenzie
Good day, all. I need help using the Python bindings for GPSD. Specifically, I would like to take a latitude reading, put it in a variable and use it later. The problem is that every example I see involves constantly taking changing readings. That part I have working for myself by following