Skip to content

More explicitly mention the metadata is stored in the parquet FileMetaData #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jorisvandenbossche
Copy link
Collaborator

Can't hurt to be more explicit (since there are multiple places in the full parquet metadata structure where custom metadata can be put)

@@ -20,7 +20,7 @@ geoparquet files include additional metadata at two levels:
1. File metadata indicating things like the version of this specification used
2. Column metadata with additional metadata for each geometry column

These are both stored under a "geo" key in the parquet metadata as a JSON-encoded UTF-8 string.
These are both stored under a "geo" key in the parquet metadata (the [`FileMetaData::key_value_metadata`](https://github.com/apache/parquet-format#metadata)) as a JSON-encoded UTF-8 string.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you 🚀

@cholmes cholmes merged commit 781644f into opengeospatial:main Mar 2, 2022
@jorisvandenbossche jorisvandenbossche deleted the parquet-filemetadata branch March 2, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants