|
| 1 | +<!--- |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + or more contributor license agreements. See the NOTICE file |
| 4 | + distributed with this work for additional information |
| 5 | + regarding copyright ownership. The ASF licenses this file |
| 6 | + to you under the Apache License, Version 2.0 (the |
| 7 | + "License"); you may not use this file except in compliance |
| 8 | + with the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, |
| 13 | + software distributed under the License is distributed on an |
| 14 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + KIND, either express or implied. See the License for the |
| 16 | + specific language governing permissions and limitations |
| 17 | + under the License. |
| 18 | +--> |
| 19 | + |
| 20 | +# Apache Parquet Geometry/Geography Rust Implementation |
| 21 | + |
| 22 | +[](https://crates.io/crates/parquet-geospatial) |
| 23 | +[](https://docs.rs/parquet/latest/parquet-geospatial/) |
| 24 | + |
| 25 | +This crate contains an implementation of [Geometry and Geography Encoding] from |
| 26 | +[Apache Parquet]. This software is developed as part of the [Apache Arrow] project. |
| 27 | + |
| 28 | +[Geometry and Geography Encoding]: https://github.com/apache/parquet-format/blob/master/Geospatial.md |
| 29 | +[Apache Parquet]: https://parquet.apache.org/ |
| 30 | +[Apache Arrow]: https://arrow.apache.org/ |
| 31 | + |
| 32 | +Please see the [API documentation](https://docs.rs/parquet-geospatial/latest) for more details. |
| 33 | + |
| 34 | +## 🚧 Work In Progress |
| 35 | + |
| 36 | +NOTE: This crate is under active development and is not yet ready for production use. |
| 37 | +If you are interested in helping, you can find more information on the GitHub [Geometry issue] |
| 38 | + |
| 39 | +[Geometry issue]: https://github.com/apache/arrow-rs/issues/8373 |
| 40 | + |
| 41 | +## License |
| 42 | + |
| 43 | +Licensed under the Apache License, Version 2.0: <http://www.apache.org/licenses/LICENSE-2.0>. |
0 commit comments