pyo3-geoarrow

Crates.iopyo3-geoarrow
lib.rspyo3-geoarrow
version0.1.0-beta.1
sourcesrc
created_at2024-10-04 15:01:50.737899
updated_at2024-10-04 15:01:50.737899
descriptionGeoArrow integration for pyo3.
homepage
repositoryhttps://github.com/geoarrow/geoarrow-rs
max_upload_size
id1396672
size34,469
Kyle Barron (kylebarron)

documentation

README

pyo3-geoarrow

Lightweight GeoArrow integration for pyo3. Designed to make it easier for Rust libraries to add interoperable, zero-copy geospatial Python bindings.

Specifically, pyo3-geoarrow implements zero-copy FFI conversions between Python objects and Rust representations using the geoarrow crate. This relies heavily on the Arrow PyCapsule Interface for seamless interoperability across the Python Arrow ecosystem.

Commit count: 518

cargo fmt