Skip to main content

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!

 

 

@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