Skip to main content
Solved

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

  • May 5, 2021
  • 4 replies
  • 53 views

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

Best answer by DanAtSafe

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • May 5, 2021

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!


DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • May 5, 2021

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


Thank you @danatsafe​