geoarrow-rust-core

Efficient, vectorized geospatial operations in Python.


Keywords
python, arrow, geospatial, apache-arrow, geoarrow, geoparquet, javascript, pyo3, rust, typescript, wasm-bindgen, webassembly
Licenses
MIT/Apache-2.0
Install
pip install geoarrow-rust-core==0.3.0a1

Documentation

geoarrow-rs

A Rust implementation of the GeoArrow specification and bindings to GeoRust algorithms for efficient spatial operations on GeoArrow memory.

This repository also includes Python bindings and JavaScript (WebAssembly) bindings, wrapping the GeoArrow memory layout and offering vectorized geometry operations.

Documentation

Examples

Install

Add this to your Cargo.toml:

geoarrow = "0.1"

References