Kyle Barron
Kyle Barron
> Or perhaps we could define some sort of configuration container similar to [Icechunk's approach](https://icechunk.io/en/latest/icechunk-python/configuration/#virtual_chunk_containers). Obstore already defines "configuration containers" in the sense of [`S3Config`](https://developmentseed.org/obstore/latest/api/store/aws/#obstore.store.S3Config). You can just reuse that...
Not today, no. It's very tied to arrow-js because there's no intermediate representation. Values are read directly from Wasm memory into arrow-js objects. We could create an intermediate representation for...
I figure the constructor APIs are pretty similar, so you should essentially be able to copy-paste and replace the arrow-js constructors with their flechette constructors; it'll just be a little...
I would love to see this "Smart Send" natively implemented for IPython. I need to use IPython because I want rich output support. You can also use my extension if...
> `Mixed` == `Struct` That's interesting and hadn't occurred to me. I do think we should explore that more, but in terms of implementation it seems a bit difficult. I...
Thoughts on whether to include or exclude `GeometryCollection` in this PR?
> Go for it! I don't think it adds a lot of extra complexity (it's just `List`, correct?). This PR already contained it; it was more a question on whether...
I updated this to reflect our most recent discussion in chat. Namely - "mixed" -> "geometry" - Allow geometry collection as a child of geometry - some short text to...
Sounds good! In terms of implementation, having some integration tests here (or even a manual check) would be nice with your implementation, since it's less obvious that it's correct compared...
I think we can tackle that separately from this PR. It may even be simplest to start the integration testing just with interop through our python packages