-
Notifications
You must be signed in to change notification settings - Fork 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
Triply Use Case 3: Applying a 3D CRS #585
Comments
I read this use case as illustrating the need for a CRS ontology, and through that, an official Linked Data based CRS registry. This is the topic of https://github.com/opengeospatial/ontology-crs. 3D CRSs do exist. For official data in the Netherlands, that would be RD+NAP, with its OGC IRI being http://www.opengis.net/def/crs/EPSG/0/7415. But if you don't know this beforehand, it is difficult to find applicable 3D CRSs for 3D models. Another aspect is applying the CRS IRI, once it is found. I think that does call for a inCRS or hasCRS property (see issue #82 and issue #419). For 3D geometry this is especially needed, because 3D geometry formats typically are not geographical, and have no built-in way of referencing a CRS. |
Agreed. This is a CRS ontology need and pertains to the issues @FransKnibbe mentioned |
@FransKnibbe and @situx Thank you for your feedback. I have now split this issue into applying a 3D CRS IRI (this issue), and finding a CRS IRI (issue #599). Let me know in case I can make additional improvements to either issue. |
Triply Use Case 3: Applying a 3D CRS
Description
In GeoSPARQL, I can specify the CRS for my geometry serializations in GML or WKT literals. For WKT, GeoSPARQL specifically extended the serialization format, to be able to include a CRS IRI at the start of the literal. If GeoSPARQL will include 3D objects (see #583), it will depend on the serialization format whether it will be possible to specify the CRS in that format. If the format does not yet provide support for specifying the CRS, a modification of the serialization format -- similar to what was done for WKT -- may be necessary.
Actor
Preconditions
Postconditions
Steps
Related issues
An alternative to moving the CRS IRI into the 3D object literal, is to have a dedicates CRS property. This alternative CRS specification approach is not specific to 3D support, and is independently addressed in #82 and #419.
The text was updated successfully, but these errors were encountered: