-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
Description
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?
istvanhajdu and howroyd