1 # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_mapdata_tool DriveWorks Map Data Tool
5 The DriveWorks Map Data Tool allows to create maps data files. There are different options:
6 - Download HERE maps data from servers to a local HERE map cache file and convert to a driveworks map cache file.
7 - Convert HERE maps data from a local map cache file to a driveworks map cache file.
8 - Convert a TomTom xml map file into a driveworks map cache file.
13 Download HERE maps data into HERE map cache file and convert to driveworks format:
18 --catalog=<staticMapCatalog>
23 --mapCache=HDMapCache.db
24 --output=dwMapCache.bin
26 Create driveworks map cache from HERE map cache:
32 --mapCache=HDMapCache.db
33 --output=dwMapCache.bin
35 Create driveworks map cache from TomTom xml file:
38 --output=dwMapCache.bin
41 @note This tool creates output files that, per default, are put into the
42 current working directory. Hence, write permissions to the current working
43 directory are necessary. For convenience, NVIDIA suggests you to add the
44 tools folder to the binary search path of the system and execute from your