Skip to main content

How to derive a coordinate from Geocoder transformer (latitude and longitude) attributes

Hi @naranawinkumar​ The Geocoder already returns a point (geometry) as well as the coordinate in the  ‘_latitude’ and ‘_longitude’ attributes. Is your Geocoder returning something other than a point?


Hi @danatsafe​ , The Geocoder is not returning the coordinate. It only returns the ‘_latitude’ and ‘_longitude’ attributes.

 

Output:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/geocoder.htm#

Thank you!


In that case, follow the Geocoder with a VertexCreator to create the point geometry from those attributes.


Thank you @danatsafe​ 


Reply