Skip to content

How to modify a field in a parsed RTCM message? #64

Answered by semuadmin
lucca-rsilva asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lucca-rsilva

Unfortunately there is no simple way to achieve this with pyrtcm. As the message says, RTCMMessage objects - once parsed - are immutable, as they are intended to represent point-in-time data received from an RTCM source. To create a new message, you'd have to construct a message payload from its constituent data bits.

Purely out of interest, why would you be looking to modify the ECEF ARP coordinates in a 1005 message? Normally this would be generated by your calibrated NTRIP base station.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lucca-rsilva
Comment options

Answer selected by lucca-rsilva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants