Skip to content

Commit

Permalink
add unkown unit (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertoncolling authored Jul 8, 2024
1 parent 086f27e commit 7eece77
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions versions/v1/unitSystems.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
{
"name": "Angle Per Length",
"unitExternalId": "angle_per_length:rad-per-m"
},
{
"name": "Unknown",
"unitExternalId": "unknown:unknown"
}
]
},
Expand Down
18 changes: 17 additions & 1 deletion versions/v1/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -10441,5 +10441,21 @@
},
"source": "qudt.org",
"sourceReference": "https://qudt.org/vocab/unit/L-PER-DAY"
},
{
"externalId": "unknown:unknown",
"name": "Unknown",
"quantity": "Unknown",
"longName": "Unknown unit",
"aliasNames": [
"Unknown"
],
"symbol": "",
"conversion": {
"multiplier": 1.0,
"offset": 0.0
},
"source": null,
"sourceReference": null
}
]
]

0 comments on commit 7eece77

Please sign in to comment.