unitsml 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +66 -11
- data/lib/unitsml/version.rb +1 -1
- data/unitsdb/dimensions.yaml +859 -0
- data/unitsdb/docs/README.adoc +12 -0
- data/unitsdb/docs/navigation.adoc +7 -0
- data/unitsdb/prefixes.yaml +294 -0
- data/unitsdb/quantities.yaml +2467 -0
- data/unitsdb/unit_systems.yaml +16 -0
- data/unitsdb/units.yaml +10502 -0
- metadata +8 -1
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
- id: SI_base
|
3
|
+
name: SI
|
4
|
+
acceptable: true
|
5
|
+
- id: SI_derived_special
|
6
|
+
name: SI
|
7
|
+
acceptable: true
|
8
|
+
- id: SI_derived_non-special
|
9
|
+
name: SI
|
10
|
+
acceptable: true
|
11
|
+
- id: non-SI_acceptable
|
12
|
+
name: non-SI
|
13
|
+
acceptable: true
|
14
|
+
- id: non-SI_not_acceptable
|
15
|
+
name: non-SI
|
16
|
+
acceptable: false
|