opengeospatial / ogc-geosparql

Public Repository for the OGC GeoSPARQL Standards Working Group
78 stars 20 forks source link

Support WKB literals in GeoSPARQL #427

Closed jabhay closed 4 months ago

jabhay commented 1 year ago

As per Official change request: OGC CR 585

We'd like to extend the set of standard serializations of geometry data to include WKB. This further supports the Simple Features Access standard.

We have asked the Apache JENA community what encoding of WKB would work best, and they have replied stating that base64 is preferred owing to common use and compactness.

situx commented 4 months ago

Pull Request #407 introduced the WKB Literal using EWKB. What is missing is the OGC community standard for EWKB. But I think this issue can be closed.