Skip to main content
Solved

Shapefile to WKT

  • August 20, 2018
  • 2 replies
  • 205 views

I have a line shapefile, can I convert this to a csv file displaying a column of well-known text?

Best answer by david_r

You can use the GeometryExtractor set to OGC Well-Known Text.

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • August 20, 2018

You can use the GeometryExtractor set to OGC Well-Known Text.


  • Author
  • 16 replies
  • August 20, 2018

You can use the GeometryExtractor set to OGC Well-Known Text.

Thanks @david_r,

 

 

I was going to ask how to do the reverse, @DebbiAtSafe kindly pointed me in the direction of using GeometryReplacer - https://www.safe.com/transformers/geometry-replacer/.