Expand description
§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.
See the crate-level parquet documentation 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: supportasyncAPIs 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.
Modules§
- metadata
- Structs corresponding to the metadata defined by the GeoParquet specification.
- reader
- Read GeoParquet data as GeoArrow.
- writer
- Write GeoParquet data from GeoArrow.