Skip to content

Commit

Permalink
Fix dimension vector correction on wrong unit
Browse files Browse the repository at this point in the history
Actually, dv of unit:MicroMOL-PER-M2-SEC2 actually was incorrect.
  • Loading branch information
fkleedorfer committed Jan 30, 2025
1 parent 8572379 commit 6ef8705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem
### Fixed

- Corrected unit symbols containing some kind of conversion artifact, e.g. '<C2>'
- Fix dimension vector of unit:MicroMOL-PER-M2-SEC
- Fix dimension vector of unit:MicroMOL-PER-M2-SEC2

## [2.1.47] - 2025-01-28

Expand Down
4 changes: 2 additions & 2 deletions src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27536,7 +27536,7 @@ unit:MicroMOL-PER-M2-SEC
qudt:applicableSystem sou:SI ;
qudt:conversionMultiplier 0.000001 ;
qudt:conversionMultiplierSN 1.0E-6 ;
qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-2D0 ;
qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ;
qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ;
qudt:symbol "µmol/(m²·s)" ;
qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs ;
Expand All @@ -27549,7 +27549,7 @@ unit:MicroMOL-PER-M2-SEC2
dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."@en ;
qudt:applicableSystem sou:SI ;
qudt:conversionMultiplier 0.000001 ;
qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ;
qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-2D0 ;
qudt:hasQuantityKind quantitykind:Unknown ;
qudt:plainTextDescription "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared." ;
qudt:symbol "μmol/(m²·s²)" ;
Expand Down

0 comments on commit 6ef8705

Please sign in to comment.