Replies: 1 comment
-
some other thoughts on 3D https://github.com/orgs/teksi/discussions/104 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In TEKSI we have started to implement geometries as 3D geometries to support the collection not only x/y but also z-values.
The INTERLIS data models all have a 3D extension, but it is not widely used yet:
A reason why INTERLIS 3D is not used up to now is that we currently have a "problem" in INTERLIS:
We can create e.g. detail_geometry3d, but will not have 3D information in most cases for a whole community right now. And if we do not have that, then the validation of INTERLIS VSA-DSS 2020 3D fails because different to the database postgres, INTERLIS can not have NULL for the z value.
So while x,y, NULL is valid in postgres, this is not a valid geometry in INTERLIS.
So we have to think what to do, if we have 3D geometries in qgep and want to be able to move those to tww. For the begin / and of a POLYLINE we often have a separate attribute like "Kote", but we do not have separate attribute for intermediatary points in a "Verlauf / Progression".
Possible approaches:
Beta Was this translation helpful? Give feedback.
All reactions