units-of-measure
Here are 101 public repositories matching this topic...
A custom generator for systems documentation. It should parse the system definition and generate a custom page according to our requirements.
The output should list:
- dimension definition and a coherent unit
- quantity alias with a default representation type
- all the units with their UDLs and constants
-
Updated
Mar 18, 2021 - Julia
-
Updated
Mar 11, 2021 - Rust
-
Updated
Jan 28, 2019 - Idris
-
Updated
Feb 14, 2021 - Java
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Mar 17, 2021 - Scala
-
Updated
May 17, 2017 - Python
-
Updated
Apr 14, 2020 - Rust
No Unit found is not descriptive at all.
We should at least make that error message more clear for cases like:
- "75kg" instead of "75 kg"
Our assumption for parsing a compound quantity is that there will be a space character between the value and the unit
-
Updated
Jan 19, 2021 - Kotlin
-
Updated
Mar 3, 2021 - C++
Describe the bug
As mentioned in #161, for some inputs the output of the disambiguation tool seems nondeterministic. This is undesired behaviour.
To Reproduce
Results for "1mw"
Expected behavior
Always return either "milliwatt" or "megawatt", however not random ones.
Additional information:
- Classifier activated/ sklearn installed: yes
Additional context
As p
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Mar 13, 2021 - Java
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Sep 3, 2019 - JavaScript
-
Updated
Mar 19, 2021 - Rust
-
Updated
Mar 15, 2021 - Python
-
Updated
Feb 20, 2021 - Java
-
Updated
Dec 21, 2017 - Rust
-
Updated
Dec 15, 2016 - Go
-
Updated
Jun 24, 2017 - C++
-
Updated
Aug 7, 2018 - Nim
-
Updated
Jun 23, 2017 - Scala
-
Updated
Jan 15, 2013 - Scala
Improve this page
Add a description, image, and links to the units-of-measure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the units-of-measure topic, visit your repo's landing page and select "manage topics."


As per angularsen/UnitsNet#328 (comment)
Having a set of tests to validate that the correct abbreviation notations and symbols are used would be helpful, as we have seen from before that discrepancies tend to creep in over time.
See #328 for the (currently work in progress) guideline, go through the comments and identify what tests to write for the guid