This project provides a tool to translate raw GNSS module outputs (NMEA-0183 Sentences) to CSV, GPX, or KML file formats.
- Accepts .txt or raw text inputs (no input checks)
- CSV return (default):
- Time & Date (yyyy-mm-ddThh:mm:ss.ssZ)
- Validity (GGA Fix Quality & RMC Receiver Warning)
- Position (Lat (geodetic), Long, Alt (ASL), Cartesian (ECEF), Geoid Separation)
- Dilution of Precision (PDOP, HDOP, VDOP)
- Ground Track (true & magnetic) & Speed (knots)
- GPX return:
- Time & Date (yyyy-mm-ddThh:mm:ss.ssZ)
- Position (Lat (geodetic), Long, Alt (ASL))
- KML return:
- 3D Path
- Ground Path
- 3D Path w/ extend to ground
- Track points (hidden by default)
- Track (gx namespace)
- Stationary Mode:
- Button :)