From 6a6a7694f3bcecac8af159ca27fab1833162f158 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 21 Jun 2024 14:23:58 -0600 Subject: [PATCH] Remove requirement that geometry columns must not be a group field (#234) --- format-specs/geoparquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 9da7629..6f993f7 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -18,7 +18,7 @@ See the [encoding](#encoding) section below for more details. ### 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. +Geometry columns MUST be at the root of the schema. 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. ### Repetition