Closed kylebarron closed 5 months ago
In geoarrow-rs I'm implementing parsers for geospatial file formats using object-store. I also have Python bindings, and it would be nice to reuse the builders in object-store-python, but I need direct access to the underlying object-store instance.
geoarrow-rs
object-store-python
object-store
https://github.com/geoarrow/geoarrow-rs/pull/536 uses this PR on my branch and successfully reads a FlatGeobuf file from S3.
In
geoarrow-rs
I'm implementing parsers for geospatial file formats using object-store. I also have Python bindings, and it would be nice to reuse the builders inobject-store-python
, but I need direct access to the underlyingobject-store
instance.https://github.com/geoarrow/geoarrow-rs/pull/536 uses this PR on my branch and successfully reads a FlatGeobuf file from S3.