1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_maptool_dw_maps_to_kml DriveWorks Maps to KML Converter Tool
6 @section dwx_map_klm_description Description
8 The NVIDIA<sup>®</sup> DriveWorks Maps to KML Converter tool converts a DriveWorks Map file to a KML file.<br>
9 The KML file is suitable for viewing in applications such as Google Earth.
11 @note SW Release Applicability: This tool is available in <b>NVIDIA DRIVE Software</b> releases.
13 @section dwx_map_klm_prerequisites Prerequisites
15 This tool is available on the x86 Host System.
17 This tool creates output files that are placed into the current working directory by default. Please ensure the following for your convenience:
18 - Write permissions are enabled for the current working directory.
19 - Include the tools folder in the binary search path of the system.
20 - Execute from your home directory.
22 @section dwx_map_klm_usage Running the Tool
24 Run the tool by executing:
26 ./maptool_dw_maps_to_kml --input_file=input.bin
27 --output_file=output.kml
29 [--convert_unknown_colors]
30 [--ignore_hd_compliance]
33 @subsection dwx_map_klm_params Parameters
35 --input_file=[path to input file]
36 Description: The input DriveWorks Maps filename.
37 Default value: input.bin
39 --output_file=[path to output file]
40 Description: The output KML filename.
41 Default value: output.kml
44 Description: If specified, uses absolute height instead of clamping to ground.
45 This parameter is optional.
47 --convert_unknown_colors
48 Description: If specified, converts unknown colored lane boundaries as white lane boundaries.
49 This parameter is optional.
51 --ignore_hd_compliance
52 Description: If specified, ignores HD compliance and white lane boundaries, using shades of green instead.
53 This parameter is optional.
56 Description: If specified, displays dashed lane boundaries with more transparency.
57 This parameter is optional.
59 @section maps_to_kml_example Examples
61 @subsection maps_to_kml_example_ignoreHD Ignoring HD Compliance using Shades of Green
63 ./maptool_dw_maps_to_kml --input_file=input.bin
64 --output_file=output.kml
65 --ignore_hd_compliance
67 @subsection maps_to_kml_example_white Converting Unknown Colored Lane Boundaries to White with more Transparency
69 ./maptool_dw_maps_to_kml --input_file=input.bin
70 --output_file=output.kml
71 --convert_unknown_colors