uom-systems icon indicating copy to clipboard operation
uom-systems copied to clipboard

Units of Measurement Systems

Results 29 uom-systems issues
Sort by recently updated
recently updated
newest added

Hello here is the code extract. The name "Pint" is wrong, probably a bad copy-paste... ``` /** * Revolutions per minute (abbreviated rpm, RPM, rev/min, r/min, or with the notation...

Add UCUM formatting for the 4 new SI prefixes

system:ucum
format

I am looking for a JSR-385 based library to parse and validate UCUM units in our FHIR server implementation: http://github.com/ibm/fhir with the potential for supporting unit conversion in the future....

enhancement
help wanted
system:ucum

#173 and #59 point to missing UCUM units like `ARBITRARY_UNIT`. The UCUM catalog defines these as quantity type "arbitrary", should we add a quantity type `Artitrary` or is `Dimensionless` enough?...

question
system:ucum

At the moment at least ``` SECTIONS §41-§43 skipped; implement later if needed ``` are missing from the `UCUM `system.

help wanted
task
system:ucum
analysis

please provide at least the appropriate manifest for java modules, note: this probably applies to other repos as well.

invalid
analysis

When using `javax.measure.unit-api v2.2` there is currently no compatible release of `systems.uom` available

Adding the following to my project: ```xml systems.uom systems-common 2.1 ``` Then running the maven-enforcer-plugin reports the following" ``` [WARNING] Dependency convergence error for javax.measure:unit-api:jar:2.1.2:compile paths to dependency are: +-test:1.0...

Hi, I'm trying to normalise some CGS units / composed units such as kOe, MGOe, and kGs. See example of text: `kOe` seems to be correctly recognised, however `MGOe` and...

enhancement
format

``` @Test void testRoundTripUCUMCSCLDRLiterPer100KM() { final String formatted = UCUMFormat.getInstance(UCUMFormat.Variant.CASE_SENSITIVE).format(systems.uom.unicode.CLDR.LITER_PER_100KILOMETERS); final Unit> parsedUnit = UCUMFormat.getInstance(UCUMFormat.Variant.CASE_SENSITIVE).parse(formatted); System.out.print(parsedUnit); } ``` This test would fail with the following error: ``` systems.uom.ucum.internal.format.TokenException at systems.uom.ucum.internal.format.UCUMFormatParser.SimpleUnit(UCUMFormatParser.java:207)...

system:ucum
format