geoparquet

Crates.iogeoparquet
lib.rsgeoparquet
version0.5.0
created_at2025-05-14 18:29:33.578937+00
updated_at2025-08-07 20:50:09.429371+00
descriptionGeoParquet reader and writer.
homepage
repositoryhttps://github.com/geoarrow/geoarrow-rs
max_upload_size
id1673800
size228,108
Kyle Barron (kylebarron)

documentation

README

geoparquet

Support for reading and writing GeoParquet files.

The reader and writer APIs are built on top of the [parquet] crate, and are designed to be used in conjunction with the upstream [arrow-enabled APIs][parquet::arrow].

See the [crate-level parquet documentation][parquet] and the GeoParquet specification for more high-level details about the GeoParquet format.

Feature flags

This crate provides the following features which may be enabled in your Cargo.toml:

  • async: support async APIs for reading and writing GeoParquet

You can enable compression codecs for reading and writing GeoParquet files directly via the upstream parquet crate's feature flags.

Rust version compatibility

This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler.

Commit count: 761

cargo fmt