From 2a038f34cef675980739a8d4d33152122999d5f5 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Fri, 9 Jan 2026 09:30:07 -0600 Subject: [PATCH] Update readme for geospatial crate --- parquet-geospatial/README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/parquet-geospatial/README.md b/parquet-geospatial/README.md index 7081febed4e1..67bdc51ddfd0 100644 --- a/parquet-geospatial/README.md +++ b/parquet-geospatial/README.md @@ -17,13 +17,14 @@ under the License. --> -# Apache Parquet Geometry/Geography Rust Implementation +# Apache Parquet Geometry/Geography Rust Implementation Details [![crates.io](https://img.shields.io/crates/v/parquet-geospatial.svg)](https://crates.io/crates/parquet-geospatial) [![docs.rs](https://img.shields.io/docsrs/parquet-geospatial.svg)](https://docs.rs/parquet/latest/parquet-geospatial/) -This crate contains an implementation of [Geometry and Geography Encoding] from -[Apache Parquet]. This software is developed as part of the [Apache Arrow] project. +This crate contains implementation details for the [Geometry and Geography Encoding] from +[Apache Parquet], including utilities for calculating geospatial column statistics and writing +tests. This software is developed as part of the [Apache Arrow] project. [Geometry and Geography Encoding]: https://github.com/apache/parquet-format/blob/master/Geospatial.md [Apache Parquet]: https://parquet.apache.org/ @@ -31,13 +32,6 @@ This crate contains an implementation of [Geometry and Geography Encoding] from Please see the [API documentation](https://docs.rs/parquet-geospatial/latest) for more details. -## 🚧 Work In Progress - -NOTE: This crate is under active development and is not yet ready for production use. -If you are interested in helping, you can find more information on the GitHub [Geometry issue] - -[Geometry issue]: https://github.com/apache/arrow-rs/issues/8373 - ## License Licensed under the Apache License, Version 2.0: .