You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| version | string |**REQUIRED** The version of the geoparquet metadata standard used when writing. |
33
33
| primary_column | string |**REQUIRED** The name of the "primary" geometry column. |
34
-
| columns | Map<key, [Colum Metadata](#column-metadata)> |**REQUIRED** Metadata about geometry columns, with each key is the name of a geometry column in the table. |
34
+
| columns | Map<key, [Column Metadata](#column-metadata)> |**REQUIRED** Metadata about geometry columns, with each key is the name of a geometry column in the table. |
35
35
36
36
At this level, additional implementation-specific fields (e.g. library name) are allowed, and thus readers should be robust in ignoring those.
0 commit comments