Skip to content

Extracting data container #107

@ptoews

Description

@ptoews

Hi,
I would like to extract the parsed values together with their field names from the NMEASentence object into a general container, for example into a namedtuple or dictionary. As far as I can see, there is no possibility to do this yet. However, the repr() method does pretty much exactly that, but returns a string instead. Would it be possible to separate the field/data collection and string representation, so that there is an additional method like as_dict() or similar?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions