Crates.io | pyo3-geoarrow |
lib.rs | pyo3-geoarrow |
version | 0.1.0-beta.1 |
source | src |
created_at | 2024-10-04 15:01:50.737899 |
updated_at | 2024-10-04 15:01:50.737899 |
description | GeoArrow integration for pyo3. |
homepage | |
repository | https://github.com/geoarrow/geoarrow-rs |
max_upload_size | |
id | 1396672 |
size | 34,469 |
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.