pytrack icon indicating copy to clipboard operation
pytrack copied to clipboard

GPS Documentation

Open jrobinson-uk opened this issue 6 years ago • 3 comments

pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation

from pytrack import GPS
gps = GPS()

type(gps.position())

This returns class when dict was expected.

jrobinson-uk avatar Aug 29 '18 09:08 jrobinson-uk

Sorry, I'll fix the doc.

On 29/08/2018 10:15, James Robinson wrote:

pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation

|from pytrack import GPS gps = GPS() type(gps.position()) |

This returns |class| when |dict| was expected.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodAEWzMvy0RtH50VtcFx-tsBw5mYWks5uVluygaJpZM4WRJJx.

daveake avatar Aug 29 '18 09:08 daveake

No problem, there a few minor issues we're noticing and fixing as we're currently writing some more comprehensive guides to support HAB.

David Akerman writes:

Sorry, I'll fix the doc.

On 29/08/2018 10:15, James Robinson wrote:

pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation

|from pytrack import GPS gps = GPS() type(gps.position()) |

This returns |class| when |dict| was expected.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodAEWzMvy0RtH50VtcFx-tsBw5mYWks5uVluygaJpZM4WRJJx.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

--

jrobinson-uk avatar Aug 30 '18 07:08 jrobinson-uk

OK, probably best to collect them all up and hit in one commit.

On 30/08/2018 08:51, James Robinson wrote:

No problem, there a few minor issues we're noticing and fixing as we're currently writing some more comprehensive guides to support HAB.

David Akerman writes:

Sorry, I'll fix the doc.

On 29/08/2018 10:15, James Robinson wrote:

pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation

|from pytrack import GPS gps = GPS() type(gps.position()) |

This returns |class| when |dict| was expected.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread

https://github.com/notifications/unsubscribe-auth/ABBodAEWzMvy0RtH50VtcFx-tsBw5mYWks5uVluygaJpZM4WRJJx.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

--

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10#issuecomment-417224270, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodLRoLTzfWySpZm-BNup0cHvyQnsYks5uV5lngaJpZM4WRJJx.

daveake avatar Aug 30 '18 08:08 daveake