Building a Custom Dataset for Geocoding and Typeahead - 23.1

Spectrum Global Geocoding Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Geo Addressing > Global Geocoding
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Global Geocoding Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-10
Published on
2024-09-10T01:25:02.872726

Building a custom dataset involves using customized JSON files as input and executing the build command that creates the binary files that compose the dataset as output.

To build a custom dataset execute the following command from the command prompt.

java -Xmx512m -jar cdb<version>.jar -engine="Typeahead/Geocoding" -createDictionary
-folderLocation="$folderLocation"
-configFilePath="$configFilePath" -usePackagedLib 

The Custom Dataset Builder builds the dataset and places it in the folder you specified.