-
Notifications
You must be signed in to change notification settings - Fork 605
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): add geospatial operations #6399
Comments
@wybert Welcome! 👋🏻 Thanks for the issue. This has definitely been in the back of our minds for a bit 🙂 I think we were just waiting for someone to ask for it before doing the work! I'm not sure this will make it into 6.0, and if not, then we should be able to get it in for the follow-up feature release (6.1). |
Is this implemented? It's not on the list of dtypes. I also don't understand how to construct these values (casting from strings, directly from binary files). |
Ibis has had geospatial support for a long time, this issue is for adding that support to duckdb. I'm not sure I fully understand your question, but the geospatial dtypes are in that list in the docs (e.g. |
Ah, I didn't see those. I thought there was a singular
I get it now, TODO is just to add the translation stuff in |
/take |
🎉 are there updated docs showing this new awesomeness in action? |
Not yet, but we have a blog post in PR! |
Is your feature request related to a problem?
DuckDB has spatial extension, I would like to see DuckDB spatial support in ibis
Describe the solution you'd like
support all the functions like for PostGIS and HevayAIfunctions
What version of ibis are you running?
5.1
What backend(s) are you using, if any?
DuckDB
Code of Conduct
The text was updated successfully, but these errors were encountered: