Skip to content

Commit

Permalink
add back in bytearray bit
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Feb 27, 2024
1 parent 35a2919 commit 2a41943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This is version 1.1.0-dev of the GeoParquet specification. See the [JSON Schema

Geometry columns MUST be encoded as [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary) or using the single-geometry type encodings based on the [GeoArrow](https://geoarrow.org/) specification. See the [encoding](#encoding) section below for more details.

WKB geometry columns MUST be stored using the `BYTE_ARRAY` parquet type. They MUST be encoded as [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary).

### Nesting

Geometry columns MUST be at the root of the schema. A geometry MUST NOT be a group field or nested in a group. In practice, this means that when writing to GeoParquet from another format, geometries cannot be contained in complex or nested types such as structs, lists, arrays, or map types.
Expand Down

0 comments on commit 2a41943

Please sign in to comment.