Commit 0890a2c
authored
Update readme for geospatial crate (#9124)
# Which issue does this PR close?
- Closes #8373.
# Rationale for this change
After #8943, columns with the extension type "geoarrow.wkb" are written
as `Geometry` or `Geography` (depending on extension type metadata) when
the `parquet` crate is built with the `geospatial` feature.
I don't beleive there are any more implementation details we need to
encapsulate in the `parquet-geospatial` crate to consider it
"implemented" (although there may be more future utilities for which
parquet-geospatial is a good home).
# What changes are included in this PR?
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
# Are these changes tested?
Documentation only!
# Are there any user-facing changes?
No!1 parent 13c43c4 commit 0890a2c
1 file changed
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
0 commit comments