Skip to main content
Open

Add the "EWKT" Geometry Encoding to GeometryReplacer

Related products:Transformers
  • March 23, 2022
  • 0 replies
  • 31 views

oliviergayte
Contributor
Forum|alt.badge.img

Add the "EWKT" Geometry Encoding definition to GeometryReplacer and GeometryExtractor.

EWKT is a simple extension to WKT that allows to include the coordinate system with the geometry, for instance: "SRID=4326;POINT(-44.3 60.1)" instead of "POINT(-44.3 60.1)"

https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry

EWKT is supported by Postgis and can be found in many open datasets.