opengeospatial / geoparquet

Specification for storing geospatial vector data (point, line, polygon) in Parquet
https://geoparquet.org
Apache License 2.0
838 stars 57 forks source link

Clarify nesting and repetition of geometry columns #138

Closed tschaub closed 2 years ago

tschaub commented 2 years ago

This adds text to clarify that geometry columns must be at the root of the schema (not nested) and that the repetition must be "optional" or "required" (not "repeated").

Fixes #47.