rtklibexplorer / rtklib-py

Python implementation of RTKLIB. Based on demo5 version. Currently only supports PPK solutions
MIT License
172 stars 65 forks source link

Generate RINEX from UBX #3

Closed lucapada closed 9 months ago

lucapada commented 2 years ago

Hi, I have a question regarding this library. I have developed a program in Python that establishes a connection with an EVK-M8T ublox receiver, sends configuration messages to receive RAWX and SFRBX type messages, and then collects the received stream of bytes into a .ubx file (removing NMEA sentences and putting only UBX messages). I would like to be able to generate RINEX files from this file that I generate by collecting the bytes that arrive using the library. is it possible to do this? I have some questions about this, in case it is possible:

If this library is not for me, how could I do it? I apologize in advance for the triviality of my question, but I really have very little experience in this area. Thank you very much in advance.

rtklibexplorer commented 9 months ago

This can be done with RTKLIB but not with rtklib-py.