From 21e3940dc4f369fe84b501671d35647c51d18133 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 46d9f5b..d21e84c 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