You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a CSV file that contains a column with Well-known-text (WKT) that includes a Spatial Reference System Identifier (SRID), e.g. SRID=25832;POINT (574009.086492192 6028393.69530573)
The text was updated successfully, but these errors were encountered:
jze
linked a pull request
Feb 2, 2025
that will
close
this issue
SRID prefix support is not part of the standard WKT but a PostGIS extended version EWKT.
it seems that the SRID is the major (if not only) difference between WKT and EWKT (from the previous link : )
a PostGIS specific format that includes the spatial reference system (SRID) identifier
Under these conditions, I think it is OK to add support for EWKT (even if the format name is kept as wkt), provided we leave some hint about it in the documentation.
I found a CSV file that contains a column with Well-known-text (WKT) that includes a Spatial Reference System Identifier (SRID), e.g.
SRID=25832;POINT (574009.086492192 6028393.69530573)
The text was updated successfully, but these errors were encountered: