porcej / njord

A buoy to augment a GNSS data stream based on known Wifi AP locations.
MIT License
0 stars 0 forks source link

Refactor GNSS to better handle units #39

Closed porcej closed 2 months ago

porcej commented 2 months ago

Instead of setting specific arguments for velocity with different units, set one for velocity magnitude (speed - float) and a second for units (string). Then update the GNSSMeasure class to convert based on the provided string. This will allow adding or removing additional units without adjust NJORD proper, the GNSSMeasure class would contain everything that needs to modified.