Closed hopeyl closed 4 months ago
Hello! Thanks for opening this issue!
Geometries don't store the coordinate system internally, but you can use the ST_Transform function to convert geometries between different coordinate systems, and store the geometries SRID in a separate column to make it easier to track.
ST_Transform
Hello! Thanks for opening this issue!
Geometries don't store the coordinate system internally, but you can use the
ST_Transform
function to convert geometries between different coordinate systems, and store the geometries SRID in a separate column to make it easier to track.