Solved

How to combine two attributes ( Latitude and Longitude ) to One attribute ( Point)


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

icon

Best answer by DanAtSafe 5 May 2021, 19:46

View original

4 replies

Userlevel 1
Badge +11

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!

Userlevel 1
Badge +11

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

Thank you @danatsafe​ 

Reply