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
f example
x;y;x;yx;y
Page 1 / 1
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
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.
Thanks for the link. I went for the OGC well known text solution with a little regex as someone there explained.