Geocoding

This node geocodes the given addresses and appends the geometry to the input table. The geometry column contains the point geometry for the given address. The node uses the geopy library to geocode the addresses. The node uses the Nominatim service by default. You can change the service provider and API key in the node settings. See the geopy documentation for more information. Notice that the service provider and API key are only required for some service providers. For example, you do not have to enter them forNomintim or ArcGIS. The addresses can be like 1600 Amphitheatre Parkway, Mountain View, CA or 1600 Amphitheatre Parkway, Mountain View, CA, United States.

The node is based on the GeoPandas project and uses the following related information and functions:

Options

Address column

Select the address column to geocode.The column must contain a string with the address to geocode.

Geocoding Service Settings

The parameters for the geocoding service. See the geopy documentation for more information. Notice that the service provider and API key are only required for some service providers. You don't have to enter them for service providers such as Nomintim and ArcGIS.

Service provider

Select the service provider to use for reverse geocoding.

Available options:

API key

Enter the API key for the service provider. You can leave this field empty if the service provider (such as nominatim and arcgis) doesn't require an API key.

Minimum delay (seconds)

Enter the minimum delay in seconds between two reverse geocoding requests.

Default timeout (seconds)

Enter the default timeout in seconds for reverse geocoding requests.

Input Ports

Icon

Table with an address column to geocode.

Output Ports

Icon

Table with the geometry for all given addresses.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.