-
Notifications
You must be signed in to change notification settings - Fork 19
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
EPIC: Refactor table readers #594
Comments
Python geoarrow-rust-io submodule |
kylebarron
added a commit
that referenced
this issue
Apr 4, 2024
kylebarron
changed the title
EPIC: Refactor table readers and 3D array support
EPIC: Refactor table readers
Jul 18, 2024
Splitting this into two epics, with 3d support in #662 |
kylebarron
added a commit
that referenced
this issue
Dec 11, 2024
1 task
kylebarron
added a commit
that referenced
this issue
Dec 23, 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. - [x] This was blocked on Flatgeobuf exposing the `Seekable` and `NotSeekable` marker structs, but that happened in flatgeobuf/flatgeobuf#402 Closes #932 For #594, for #596
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The order listed here is not necessarily the best order of work.
RecordBatchReader
to aGeoTable
. #595RecordBatchReader
#596RecordBatchReader
objectRecordBatchStream
? Note that this means thegeoarrow-io
will have to depend ondatafusion
...RecordBatchReader
.RecordBatchStream
?RecordBatchReader
.RecordBatchReader
into aGeoTable
.The text was updated successfully, but these errors were encountered: