Skip to content
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

API to extract WKB from geometry value #162

Closed
wonder-sk opened this issue Mar 4, 2022 · 0 comments · Fixed by #170
Closed

API to extract WKB from geometry value #162

wonder-sk opened this issue Mar 4, 2022 · 0 comments · Fixed by #170
Assignees
Labels
enhancement New feature or request

Comments

@wonder-sk
Copy link
Contributor

In diffs, values of geometry columns have geometry encoded according to GPKG spec: http://www.geopackage.org/spec/#gpb_format - the actual WKB is wrapped with some extra information.

When working with diffs in clients, it would be useful to have API call that would extract WKB from the geometry value so that the clients do not need to implement the conversion themselves.

@wonder-sk wonder-sk added the enhancement New feature or request label Mar 4, 2022
PeterPetrik added a commit that referenced this issue Jun 14, 2022
* API to extract WKB from geometry value (fix #162)


Co-authored-by: PeterPetrik <zilolv@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants