Skip to content

error in RMC parsing #71

@ser

Description

@ser

My device (Ublox ZED-F9P) submits an empty course value when the device is stationary, for example:

['GNRMC', '051003.00', 'A', '100', 'N', '100', 'E', '0.124', '', '080122', '', '', 'A', 'V']

which fact invalidates current parser here:

course = float(gps_segments[8])

I do not know what is your favourite solution to that so I am not submitting a pull request, but it should be fixed in some way :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions