This node reverse geocodes the given geometries and appends the address column to the input table which contains the address for the given geometry. The node uses the geopy library to reverse geocode the geometries. 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 for Nominatim or ArcGIS.
The node is based on the GeoPandas project and uses the following related information and functions: