| Crates.io | geoparquet |
| lib.rs | geoparquet |
| version | 0.5.0 |
| created_at | 2025-05-14 18:29:33.578937+00 |
| updated_at | 2025-08-07 20:50:09.429371+00 |
| description | GeoParquet reader and writer. |
| homepage | |
| repository | https://github.com/geoarrow/geoarrow-rs |
| max_upload_size | |
| id | 1673800 |
| size | 228,108 |
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.
This crate provides the following features which may be enabled in your Cargo.toml:
async: support async APIs for reading and writing GeoParquetYou can enable compression codecs for reading and writing GeoParquet files directly via the upstream parquet crate's feature flags.
This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler.