.CPR to .COLRAW Conversion Utility Tool

Introduction

This tool is a stand alone program, which will read a .CPR file (a proprietary Cambridge Pixel format) and convert it to the Witness Colossus format, and save it as a .colraw file.

Contents



Using the Conversion Utility Tool

Please follow the steps to use the tool:

  1. 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: .

  2. Open a windows Terminal and change directory to the directory containing the cpr_colossus_converter.exe

  3. 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;

     

    .\cpr_colossus_converter.exe -f .\20220609-122350-06A788F8.cpr -e 5600 -a 400 -c 1
  4. Press enter, you will see the radar data recording begin.

     

  5. This will complete and save the output as a .colraw file in the same folder, as in the example below:

     

     

Options:

Use flag -f to specify the file location of the .cpr file to convert.

Use flag -e to specify the radar's encoder size (the radar whose data that was recorded in the .cpr file).

Use flag -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).

Use flag -c an optional flag which will disable compression of the data (compression is enabled by default to save space).