It would be great if Studio would recognize *.RTK and *.RTB as RTCM3 file for the “Convert to RINEX” and “Drone processing” it would save the step of copying ang renaming the files.
It seems like a small thing but it adds up with a lot of flights.
I understand. Renaming the file extension to RTMC3 can indeed be tedious. I’ll add this as a feature request.
Although I agree with @timd1971 and @dpitman that these files are proprietary. The files Emlid Studio supports, like RTCM3, RNX, and RINEX, are industry standards that don’t require changing file extensions for further processing.
If you are comfortable using CLI (command-line interface), you can batch rename the file extension to RTCM3. I found a discussion in Stackoverflow on how to rename them using cmd (if you have Windows).
I made a python program that takes care of it and a few other thing like swapping out the base file and update header coordinates, my comment/request is really for others.