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

QK for IfcCompoundPlaneAngleMeasure - plane angle measured in degrees, minutes and seconds? #1043

Open
fkleedorfer opened this issue Nov 26, 2024 · 3 comments

Comments

@fkleedorfer
Copy link
Collaborator

fkleedorfer commented Nov 26, 2024

I am considering mapping a IfcCompoundPlaneAngleMeasure to QUDT.

So far, mapping QUDT quantityKinds to IFC measures has worked pretty well, but in this case, the IFC measure is about the representation of the measurement rather than about how it is obtained (IFC has a IfcPlaneAngleMeasure).

The IFC specification is a 4-tuple of integer numbers (degrees, minutes, seconds, millionths of second).

I would like to know how one would represent such a value in QUDT (lesser priority though), and whether it would be permissible to add this quantitykind (qk:CompoundPlaneAngleMeasure)- if not for any other use than making a 1:1 mapping between QUDT and IFC a bit more feasible. (higher priority)

BTW, I have no ideas yet on how to integrate this with the conversionFactor/offset system. Interested in opinions as well.

@jhodgesatmb
Copy link
Collaborator

jhodgesatmb commented Nov 26, 2024 via email

@fkleedorfer
Copy link
Collaborator Author

I think am trying to see if/how such a composite quantity is inherently implied by QUDT. unit:DEG, unit:ARCMIN, unit:ARCSEC are already in QUDT. A number of units/quantitykinds seem to have complex numbers as their range of values. These would be two-dimensional (right?). So, maybe we are already - without making it explicit in the model. In that case, we could think about how to specify the value range of this composite angle and even its conversion to other plane angle units - without having to resort to other ontologies.

@jhodgesatmb
Copy link
Collaborator

jhodgesatmb commented Nov 26, 2024 via email

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

No branches or pull requests

2 participants