Kyle Barron

Results 1645 comments of Kyle Barron

> I'm not sure what you're exactly asking for here. Are you asking for a way to create an `ibis.Table` from something exposing an `__arrow_c_stream__` interface (fairly easy)? Yes, that's...

I agree for #179 specifically we don't need to resolve this, but as a broader question as GeoParquet gets closer to 1.0: how do we want to handle the fact...

I think it makes sense to include some (very small) data files in this repo, or in a specific geoparquet-data repo

I don't have the time to look through this right now. Do you have a quick tl;dr? Polars should rechunk its arrays before sending its data. Does the polars export...

it's possible there's some bug in polars' implementation of the Arrow C Stream interface. as far as I know it wasn't used at all before the PyCapsule Interface. Only the...

I started a prototype here: https://github.com/developmentseed/aiocogeo-rs It's able to read all TIFF and GeoTIFF metadata and decode a JPEG tile, though general read/decompressor support is not yet implemented. I definitely...

To add to this, I would love to figure out a good architecture such that we could use some of the decoding parts of `image-tiff` while managing our own data...

From your [readme](https://github.com/feefladder/tiff2) > Similar in function and planned lifespan as arrow2 crate: I'm not sure if you intend that, now that the arrow2 crate is deprecated and it kinda...

> What I was currently thinking of is to put all lessons learned from `image-tiff` into such a reader, maybe slap on a writer as well. I think if we...

> For 1, we'd want to be done with 3 requests, while not loading the complete tag data. I think the initial implementation for simplicity should load all tag data....