Macro del geocodificador de Reino Unido
Esta macro utiliza la API de geocodificador de TomTom para geocodificar un archivo compuesto por direcciones del Reino Unido.
Herramienta Macro
Esta herramienta es una macro que requiere instalación de datos y licencia separadas. Para usar esta herramienta, comunícate con tu representante de cuenta.
Configure the Tool
There are 2 tabs that require your input to successfully configure this tool: Input and Output.
Input Tab
Configure the address fields:
Multiple Address Fields: If address information is contained in multiple fields, select this option. Use the dropdowns to select the fields in the incoming data stream that map to these address fields:
Address
Locality
Post Town
Postcode
Country
Single Address Field: If address information is contained in a single field, select this option. Use the dropdown to select the field in the incoming data stream that contains the address information.
Options Tab
Select Output Fields: Check the fields to include in the Geocoded (G) output. Output fields are described in detail below.
GeoLevel Match Summary: Specify how records should be sorted in the Summary (S) output. Choices are...
Sort by Accuracy (Best - Worst): The GeoLevels are sorted by their accuracy, with the most accurate GeoLevel at the top.
Sort by Match Count (Max - Min): The GeoLevels are sorted by the number of input records that match each GeoLevel, with the maximum number at the top.
Additional Options: Configure these additional options, as needed.
Preserve Input Fields: When checked, the tool outputs the original field names specified on the Input tab. Left unchecked, the specified fields are renamed to Address, City, State, and ZIP.
Select Match Threshold Level: Use the dropdown to specify the match threshold:
2 (default)
3
4 (lowest match threshold - slowest speed)
Detalles de la salida
Hay dos salidas de esta herramienta:
G Anchor
Ancla G: los registros geocodificados saldrán de la herramienta, etiquetados con una G. Este flujo de datos incluirá los registros de datos originales y campos de dirección junto con los campos adicionales que hayas seleccionado para generar la salida desde la pestaña Opciones del geocodificador.
Nombre del campo | Descripción |
---|---|
GeoLevel | An address line formatted according to the formatting rules of the result's country of origin. |
Lat | The building number on the street. |
Lon | The street name. |
SpatialObj | Sub or Super City |
House Number (TT) | City or Town |
Street (TT) | County |
City (TT) | State or Province |
Postal Code (TT) | Country Name |
AddressFull (TT) | A country's code (This is a two-letter code, not a country name.) |
Country (TT) | ISO alpha-3 country code. |
ISO3 (TT) | Postal Code or Zip Code |
Lat | Latitude |
Lon | Longitude |
Score | The score of the result. A larger score means the probability of a result meeting the query criteria is higher. |
Type | The type of the result. Returns one of |
SpatialObj | The geographic representation of the address as a single point. |
S Anchor
Ancla S: un resumen de datos sale de la herramienta, etiquetado con una S. El flujo de datos incluirá tres campos, Geonivel, Recuento y Descripción, para indicar el éxito del proceso de geocodificación. Hay 8 geoniveles posibles indicados a continuación en orden de mejor a peor.
Nombre del campo | Descripción |
---|---|
Actual | La dirección de entrada coincide con una ubicación exacta de latitud/longitud. Los datos devueltos son el punto de entrada de la dirección. |
Punto de interés | La dirección de entrada coincide con un punto de interés (PDI). |
Geography | The input address matches an area on the map that represents an administrative division of a land, such as a country, state, or city. |
Calle | La dirección de entrada coincide con un número de casa en un rango de direcciones. Los datos devueltos son una ubicación interpolada de la dirección solicitada dentro de ese rango. |
Intersección | La dirección de entrada coincide con dos calles que se interseccionan. Los datos devueltos son la coordenada en la que se cruzan los extremos de la calle. |
Sin codificar | El geocodificador no puede encontrar una ubicación que coincida con los datos de entrada. |