Question

Geocoder Transformer with our In-house Nominatim Server, only One Line Address

  • 17 April 2020
  • 1 reply
  • 9 views

Badge

Hello,

We have set up an in-house Nominatim OpenStreetMap geocoder service and we would really like to use it with FME to geocode 100k+ addresses. The problem I'm having is the data is split up into "Street" "city" "Zip" etc and it would be a difficult additional task to constantly be concatenating them. For some reason the Geocoder is only allowing for Street Address in the Transformer. Is there a way to get this to recognize multiple address fields. Thanks!

 

 


1 reply

Badge +2

@morijlumos Did you try increasing the MAximum Concurrent Requests? The alternative is to formulate your request using the HTTPCaller make requests directly to OSM Geocoder REST API

Reply