duckdb / duckdb_spatial

MIT License
489 stars 40 forks source link

HOW SHOULD I CREATE A GEOMETRY FOR A 4326 COORDINATE SYSTEM? #342

Closed hopeyl closed 4 months ago

Maxxen commented 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.