3.2.23. Geocode a table
The tool processes addresses from a CSV file and adds its coordinates back to the file. A relevant geocoding license is needed.
Inputs:
Source data - CSV file with a list of addresses. First row should contain field names. File should be in UTF-8 encoding.
Field with address - name of the field that contains addresses in a source CSV file.
Geocoder - specify one of the available geocoder providers. Note that only Nominatim is free, for others you need a license.
API key - API key to run the chosen geocoder. For Nominatim leave empty.
Note
How to get a geocoder API key
Google Geocoding API - https://developers.google.com/maps/documentation/geocoding/usage-and-billing
Outputs:
CSV file, containing two additional columns with latitude and longitude besides original data.
Launch the tool: https://toolbox.nextgis.com/t/geocodetable
Try the tool in action
Click on the Demo button above the tool form. The fields are filled in with demo values.
Click on the Run button.