geocode-excel icon indicating copy to clipboard operation
geocode-excel copied to clipboard

Error Nominatim Reverse Geocoding

Open killian-santos opened this issue 3 years ago • 1 comments

Hi,

First of all, thank you for your work!

I am currently testing the reverse geocoding feature with Nominatim.

I have a cell with latitude, another with longitude and using the formula =NominatimReverseGeocode(lat, lng), I get an error when I have complex GPS coordinates like for example: 38.8950368,-77.0365427. test reverse nomi

It only works with values without decimals.

Am I missing something?

Killian

killian-santos avatar Jul 10 '22 17:07 killian-santos

I would suggest replacing :

Function NominatimReverseGeocode(lat As Double, lng As Double) As String

by :

Function NominatimReverseGeocode(lat As String, lng As String) As String

BaptisteVerneuil avatar May 16 '24 15:05 BaptisteVerneuil