# Apache Parquet Geometry/Geography Rust Implementation
[](https://crates.io/crates/parquet-geospatial)
[](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.
[Geometry and Geography Encoding]: https://github.com/apache/parquet-format/blob/master/Geospatial.md
[Apache Parquet]: https://parquet.apache.org/
[Apache Arrow]: https://arrow.apache.org/
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: <http://www.apache.org/licenses/LICENSE-2.0>.