{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"},{"label":"GIS","url":"https://skillfed.io/packages/category/scientific-engineering-gis"}],"enrichment":{"capability":"Parses and generates NMEA 0183 GPS/GNSS protocol messages, enabling Python applications to read and work with positioning data from GPS receivers and maritime devices.","skillfed_tags":["gps-gnss","protocol-parsing","geolocation"],"use_cases":["Read real-time GPS coordinates from a stream-connected receiver for vehicle tracking or navigation applications.","Parse NMEA log files to extract historical positioning data for analysis or replay.","Integrate GNSS message handling into maritime or drone control systems that need to decode receiver output.","Validate and transform NMEA messages between different formats or protocols in data pipelines.","Develop custom GPS applications with support for proprietary receiver extensions via user-defined message definitions."],"what_it_does":"pynmeagps is a Python 3 parser for NMEA 0183 protocol messages, primarily targeting GNSS/GPS and maritime receivers. It reads, parses, and generates NMEA messages with no external runtime dependencies, making it lightweight and straightforward to integrate into applications that need to consume positioning data from GPS hardware or log files.\n\nThe library handles both standard and proprietary NMEA message types, with support for user-defined message definitions for custom applications. It provides stream-based reading (from serial ports, files, or sockets), static parsing of individual messages, and message generation. Latitude and longitude are exposed as signed decimal values for convenience, with helper methods to convert to other formats. The package is actively maintained, supports modern Python versions (3.10\u20133.14), and carries no external dependencies.","worth_installing":"Yes. The package is actively maintained, has zero known vulnerabilities, low install friction, and a permissive license. It solves a specific, well-defined problem (NMEA parsing) with no external dependencies. Install it if you need to work with GPS/GNSS protocol data in Python; skip it only if you need support for Python versions below 3.10 or have no use for NMEA message handling."},"id":"pynmeagps","links":{"html":"https://skillfed.io/packages/pynmeagps","md":"https://skillfed.io/packages/pynmeagps.md","pypi":"https://pypi.org/project/pynmeagps/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-10","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"pynmeagps","python_support":"supports_current","summary":"NMEA protocol parser and generator"},"popularity":{"monthly_downloads":381728,"position":7094,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.7"}
