You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember well, the BAN API also returns a "quality" parameter (between 0 and 1 or 0 and 100, 1/100 being the better, perfect match) that is used to rank the results. I think that it could be useful to ask both BAN and Nominatim for the coordinates matching the address, and then check this quality parameter to take "the better result". Their parameters are likely not matching because the way to compute them is different, but we could setup a threshold, for example:
if the BAN result has 0.30 in quality, and the Nominatim is far above -> take the Nominatim
if the BAN doesn't return anything -> take Nominatim
if Nominatim doesn't return anything but BAN does -> take BAN
Provide a global version of the datasets used :
This issue is linked to #1
The text was updated successfully, but these errors were encountered: