Skip to content

This project provides a tool to translate raw GNSS module outputs (NMEA-0183 Sentences) to CSV, GPX, or KML file formats.

License

Notifications You must be signed in to change notification settings

BrendanLuke15/NMEA-Sentence-Decoder

Repository files navigation

NMEA-Sentence-Decoder

This project provides a tool to translate raw GNSS module outputs (NMEA-0183 Sentences) to CSV, GPX, or KML file formats.

Current Status:

  • 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 :)