{"library":"pyrtcm","title":"PyRTCM","description":"PyRTCM is a RTCM3 protocol parser and generator for Python. Version 1.1.12 supports Python >=3.10. It provides classes for reading, writing, and manipulating RTCM3 messages, commonly used in GNSS applications. Release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pyrtcm"],"cli":null},"imports":["from pyrtcm import RTCMReader","from pyrtcm import RTCMMessage","from pyrtcm import RTCMStream"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyrtcm import RTCMReader\n\n# Read from a binary string\ndata = b'\\xd3\\x00...'  # RTCM3 raw bytes\nrtr = RTCMReader(data)\nfor (raw, parsed) in rtr:\n    if parsed:\n        print(parched.identity)\n        print(parched) \n","lang":"python","description":"Basic usage: create an RTCMReader from bytes and iterate over messages.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}