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

feat(duckdb): allow casting to geometry from text #10221

Merged

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Sep 25, 2024

Playing around the MTA bus time dataset, I wanted this to work and found a bug, where casting to geospatial from a non binary type failed because of an implicit assumption that that non binary type was geospatial, as well as a missing feature which was to handle to cast from string -> geo*

@cpcloud cpcloud added this to the 10.0 milestone Sep 25, 2024
@cpcloud cpcloud added feature Features or general enhancements geospatial Geospatial related functionality duckdb The DuckDB backend labels Sep 25, 2024
@github-actions github-actions bot added the tests Issues or PRs related to tests label Sep 25, 2024
@cpcloud cpcloud force-pushed the allow-converting-wkt-to-geometry branch from 4dd587f to 4182393 Compare September 25, 2024 11:31
@gforsyth gforsyth merged commit 3e73479 into ibis-project:main Sep 25, 2024
78 checks passed
@cpcloud cpcloud deleted the allow-converting-wkt-to-geometry branch September 25, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duckdb The DuckDB backend feature Features or general enhancements geospatial Geospatial related functionality tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants