Kyle Barron
Kyle Barron
Just verified it's not. `uv lock --script script.py; cat script.py.lock` gives the following, and no `geoarrow-c` ```toml version = 1 revision = 3 requires-python = ">=3.10" [manifest] requirements = [...
Thanks! Would you be able to open a PR?
I think there can be a limited use case for passing around raw capsules, but the more general API is if you exported an object from your rust code with...
Oh maybe it's only for export? I'm not up to date.
@jonmmease are you looking for an API that takes a _capsule_ or an API that takes a Python object that exports a capsule object? Your first example seemed to be...
In that case just the `from_arrow` constructor would be fine
I think there are two related questions here: how to handle Arrow data conversion between arrow-rs and polars-arrow, and how to handle geospatial data in Polars. For the first, this...
I don't think there's anything left for me to do here, so I'll close this.
On discord @urschrei mentioned https://github.com/cjriley9/gpkg-rs
> but because processing with the geozero callback model is very difficult to parametrize, it will never be on par with GDAL/OGR. If I understand you correctly, you're saying that...