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: add to_geo() method #10296

Closed
1 task done
cboettig opened this issue Oct 10, 2024 · 0 comments · Fixed by #10299
Closed
1 task done

feat: add to_geo() method #10296

cboettig opened this issue Oct 10, 2024 · 0 comments · Fixed by #10299
Labels
feature Features or general enhancements
Milestone

Comments

@cboettig
Copy link

cboettig commented Oct 10, 2024

Describe the solution you'd like

duckdb spatial extension provides the ability to both read a wide variety of spatial formats (geojson, flatgeobuf, etc) and write data out into these formats (duckdb docs).

ibis gives us read_geo() to read all those formats, but no to_geo() method to write back out. It would be awesome to have a to_geo() method!

Being able to write out to these formats is a great way to make sure ibis geospatial workflows can easily interoperate in workflows with other spatial software or with other users that require these formats.

What version of ibis are you running?

9.5.0

What backend(s) are you using, if any?

duckdb

Code of Conduct

  • I agree to follow this project's Code of Conduct
@cboettig cboettig added the feature Features or general enhancements label Oct 10, 2024
gforsyth pushed a commit that referenced this issue Oct 16, 2024
Adds an experimental `to_geo` method to the duckdb backend.

Closes #10296.
@github-project-automation github-project-automation bot moved this from backlog to done in Ibis planning and roadmap Oct 16, 2024
@github-actions github-actions bot added this to the 10.0 milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant