Skip to content

GeoArrow in Rust, Python, and JavaScript (WebAssembly) with vectorized geometry operations

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

geoarrow/geoarrow-rs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b85aa03 · Dec 23, 2024
Dec 20, 2024
Feb 4, 2024
Dec 6, 2024
Dec 4, 2024
Dec 20, 2024
Dec 23, 2024
Dec 23, 2024
Sep 3, 2024
Jul 16, 2023
Dec 22, 2024
Dec 23, 2024
Dec 13, 2024
Nov 4, 2023
Nov 4, 2023
Sep 7, 2024

Repository files navigation

geoarrow-rs

GitHub Workflow Status (CI) docs.rs Crates.io Crates.io

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

Documentation Website

Examples

References