Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convbin of RTCM3 file writes timestamps in the future #746

Open
luc-girod opened this issue Mar 5, 2024 · 4 comments
Open

Convbin of RTCM3 file writes timestamps in the future #746

luc-girod opened this issue Mar 5, 2024 · 4 comments

Comments

@luc-girod
Copy link

Hello!

I have been using Convbin from 2.4.3 to convert files from my DJI D-RTK2 for a while now. It has been totally fine until today, when I tried to convert files from last week, and the obs times are written as if they were from this week (should be **2024 02 26 **, is **2024 03 04 **).

It's pretty likely a DRTK2 problem, or some kind of disagreement on week numbering, but I thought I'd mention it.
Attached is one of the .rtcm3 and converted .obs
RTK_PPPtest.zip

@yydgis
Copy link

yydgis commented Mar 6, 2024

it is rtcm file, right? use convbin -r rtcm3 -tr 2024/02/06 0:0:0 -v 3.04 rtcmfilename

@luc-girod
Copy link
Author

Thanks @yydgis , that worked, but I have to run it with the right date (nearly) for each file, or I get 1 week errors :/

@yydgis
Copy link

yydgis commented Mar 14, 2024

yes, need to get the correct date, otherwise, the program will use the current date. if your rtcm file also log the ephemeris, it should be someway to recover the apprximate date/time, but the current convbin do not support it. The good practice is to have the time/date in the filename, then you will know the approximate date/time when you see the filename.

@gpoleszuk
Copy link

Have you tried this rtcm3 to rinex data conversion online service https://process.gps-solutions.com/index.html? It is a bit more advanced in terms of conversion, but it still requires your attention to the recording raw data timestamp. As the author mentioned, it is important that the file name contains the timestamp to facilitate the conversion without needing to infer this information from navigation files or processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants