kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
151 stars 75 forks source link

Add invalid -GGA sentence handling feature #194

Closed naoyakadota closed 12 months ago

naoyakadota commented 12 months ago

The current version of nmea2snr does not have any feature to manage invalid -GGA sentences with invalid timestamps. I have added a code to discard invalid lines with no timestamp.

A sample NMEA file is attached. use -lat 35.3086 -lon 134.1007 for reference.

fsc21580.23.A.zip

kristinemlarson commented 11 months ago

thank you!