Skip to content

Commit

Permalink
Fix typo in geoparquet.md (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 27, 2022
1 parent 664d223 commit a3c1212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ All file-level metadata should be included under the "geo" key in the parquet me
| ------------------ | ------ | -------------------------------------------------------------------- |
| version | string | **REQUIRED** The version of the geoparquet metadata standard used when writing. |
| primary_column | string | **REQUIRED** The name of the "primary" geometry column. |
| 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. |
| 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. |

At this level, additional implementation-specific fields (e.g. library name) are allowed, and thus readers should be robust in ignoring those.

Expand Down

0 comments on commit a3c1212

Please sign in to comment.