Satellite 3D Mapping Visualizer Manual

Installation and running

Download the visualizer package and unpack it anywhere on your system. Open a command window in the directory where you unzipped the package and execute
java -jar visualizer.jar -kml <kml_path> -truth <truth_path> -solution <solution_path>
This assumes that you have Java (at least v1.7) installed and it is available on your path.
The -kml, -truth, -solution parameters should point to files containing the KML file describing the target area, the ground truth file and your solution file. You can use absolute or relative paths. The truth and solution file must be in .txt or .zip format as described in the problem statement. A KML and truth file can be found in the data package you can download from the contest's problem description page. The solution file must be created by you.
Other command line options you can use: For a quick start use this command to try the visualizer with a synthetised solution and fast registration:
java -jar visualizer.jar -kml Challenge1.kml -truth Challenge1_Lidar.xyz -fake-solution -fast-registration -registration-method rmse

Operations

Usage of the tool should be straightforward, the 4 panels show 4 different views of the data sets. You can use the drop downs on the right to select what to show in each of them. By default You can zoom in/out within the views by the mouse wheel and pan the views by dragging.
On startup registration and scoring happens automatically, so the visualizer also serves as an offline tester. The registration algorithm can be parametrized by the -registration-... parameters. Use -full-registration when you want to check what will happen on the scorer server, otherwise it's recommended to use faster options.
Comments, feature requests are welcome, please use the contest forum for this purpose.
Have fun!