...
Download the cpr_colossus_converter.exe tool and save it to the same location as the .cpr files that you wish to convert. Navtech downloads are located here: Navtech Tools Downloads.
Open a windows Terminal and change directory to the directory containing the cpr_colossus_converter.exe
Run a command to use the converter with a .cpr file with an encoder size. There are optional flags to manually set the amount of azimuths per rotation of the radar and disable compression of the data. For example;
Code Block .\cpr_colossus_converter.exe -f .\20220609-122350-06A788F8.cpr -e 5600 -a 400 -c 1
Press enter, you will see the radar data recording begin.
This will complete and save the output as a .colraw file in the same folder., as in the example below:
Info |
---|
Useful flags for converting: -f to specify the file location of the .cpr file to convert-e to specify the radar's encoder size (The radar that was recorded in the .cpr file) -a an optional flag to manually set the amount of azimuths per rotation of the radar (the amount of azimuths is automatically calculated by the tool, but could be incorrect for a dodgy recording) -c another optional flag which will disable compression of the data (compression is enabled by default to save space) |
...