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

2.6 - Pressure UOM Issue #44

Open
sdeaton75 opened this issue Jan 31, 2023 · 1 comment
Open

2.6 - Pressure UOM Issue #44

sdeaton75 opened this issue Jan 31, 2023 · 1 comment

Comments

@sdeaton75
Copy link
Collaborator

There was a unit previously available in 2.5 that is not present in 2.6.

There is lbf/ft2 (psf) but there is not lbf/in2 (psi)
<xs:enumeration value="lbf/ft2">
xs:annotation
xs:documentationpound-force per square foot</xs:documentation>
</xs:annotation>
</xs:enumeration>

@dponti
Copy link
Collaborator

dponti commented Aug 13, 2024

Unit label psi is included in WITSML 2.0 (implemented in 2.6) as a pressure unit and lbf/in2 was removed in the eml namespace. We have a DIGGS namespace set of pressure measures that includes the ibf/in2, but it's not used in all pressure meaasure properties, so the problem you found does not occur everywhere. For legacy purposes, we should probably find elements not including the DIGGS namespace units and making sure they are included so that both lbf/in2 and psi are acceptable symnols. Do you think this should be done?

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