Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The data cannot currently set up a coordinate system #361

Open
tpolong opened this issue Jul 8, 2024 · 2 comments
Open

The data cannot currently set up a coordinate system #361

tpolong opened this issue Jul 8, 2024 · 2 comments

Comments

@tpolong
Copy link

tpolong commented Jul 8, 2024

The data cannot currently set up a coordinate system.I hope to support calculations in different coordinate systems.

@Maxxen
Copy link
Member

Maxxen commented Jul 22, 2024

Hello! Thanks for opening this issue.

Indeed it is true that DuckDB doesn't store the coordinate system identifier inside the GEOMETRY type yet, but you can still transform between different coordinate systems using the ST_Transform() function. I would recommend that you store a CRS identifier as a separate column to make it easier to track which coordinate system each geometry is in.

@tpolong
Copy link
Author

tpolong commented Jul 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants