2 releases

0.0.2 Nov 22, 2023
0.0.1 Jul 10, 2023

#121 in Geospatial

Download history 5/week @ 2024-01-03 40/week @ 2024-01-10 15/week @ 2024-01-17 1/week @ 2024-02-14 12/week @ 2024-02-21 17/week @ 2024-02-28 3/week @ 2024-03-06 3/week @ 2024-03-13 18/week @ 2024-03-27 36/week @ 2024-04-03

54 downloads per month
Used in geoarrow-wasm

MIT/Apache

2MB
21K SLoC

NAME CHANGE:

This crate was originally published under the name geoarrow2 because someone else had reserved the crate name geoarrow. That person did not plan to work on geoarrow and transferred ownership of that name to me, so future releases will be under the geoarrow crate name.

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 JavaScript (WebAssembly) bindings, wrapping the GeoArrow memory layout and offering vectorized geometry operations.

Documentation

Examples

Install

Add this to your Cargo.toml:

geoarrow = { package = "geoarrow2", version = "0.1" }

This will let you reference the package name as geoarrow in your code, even though the name on Crates.io is geoarrow2. Sadly the name geoarrow is squatted on by an empty package.

References

Dependencies

~18–33MB
~475K SLoC