Skip to main content
Question

Hi, I have a attribute with the coordinates to polygons and want to create a proper geometry out of it. Is there a simple way to do it? f example x;y;x;yx;y

  • October 9, 2020
  • 3 replies
  • 15 views

hrizz
Contributor
Forum|alt.badge.img+3
  • Contributor
  • 5 replies
Hi, I have a attribute with the coordinates to polygons and want to create a proper geometry out of it. Is there a simple way to do it? f example x;y;x;yx;y
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.

3 replies

muzhnasto
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 105 replies
  • October 9, 2020

Hi, if there are not many polygons, then the transformer Creator can help you, and write the data as XML or https://community.safe.com/s/question/0D54Q000080hEJbSAM/create-geometry-from-list-of-coordinates-in-csv-file


hrizz
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 5 replies
  • October 9, 2020

Hi, if there are not many polygons, then the transformer Creator can help you, and write the data as XML or https://community.safe.com/s/question/0D54Q000080hEJbSAM/create-geometry-from-list-of-coordinates-in-csv-file

Thanks for the link. I went for the OGC well known text solution with a little regex as someone there explained.

 


hrizz
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 5 replies
  • October 9, 2020

Thanks for the link. I went for the OGC well known text solution with a little regex as someone there explained.

 

Skjermbilde