Skip to main content
Solved

Convert string column of geometry (polygon) to ESRI shapefile

  • June 24, 2020
  • 1 reply
  • 298 views

Forum|alt.badge.img

Greetings, I have a table that has a string column with geometry coordinates for a multi polygon. I would like to convert this data to a Polygon feature (ESRI) shapefile. Attached is a snapshot of what this column looks like. Thanks for any information.

 

Best answer by ebygomm

It looks like it's probably WKT, try a geometry replacer with encoding set to WKT and and the geometry source is your column containing the string of coordinates
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.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • June 24, 2020
It looks like it's probably WKT, try a geometry replacer with encoding set to WKT and and the geometry source is your column containing the string of coordinates