Facing issue with geometry values #278
Answered
by
nagashreepoojari07
nagashreepoojari07
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
nagashreepoojari07
Sep 13, 2024
Replies: 2 comments
-
DuckDB-1.1.0 seems to be the issue, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danabauer
-
Thanks for highlighting this, @nagashreepoojari07. The latest release of DuckDB (1.1.0) automatically converts geometry columns to the GEOMETRY type when reading GeoParquet files, so you don't need to cast the geometry in your query. We'll be updating all the DuckDB examples in our docs soon to reflect this new functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DuckDB-1.1.0 seems to be the issue,
works fine with version -1.0.0