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(io): Convert FlatGeobuf reader to RecordBatchReader iterator #933

Merged
merged 10 commits into from
Dec 23, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Dec 11, 2024

This PR updates the FlatGeobuf reader (the sync version only for now) to expose data as an iterator. This means that applications like Python can access data larger than memory, and process it in batches.

Closes #932

For #594, for #596

@kylebarron kylebarron changed the title Flatgeobuf record batch iterator feat(io): Convert FlatGeobuf reader to RecordBatchReader iterator Dec 23, 2024
@kylebarron kylebarron enabled auto-merge (squash) December 23, 2024 19:38
@kylebarron kylebarron merged commit 9a1e946 into main Dec 23, 2024
21 checks passed
@kylebarron kylebarron deleted the kyle/flatgeobuf-iterator branch December 23, 2024 19:45
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

Successfully merging this pull request may close these issues.

FlatGeobuf reader as record batch reader
1 participant