angularsen / UnitsNet

Makes life working with units of measurement just a little bit better.
https://www.nuget.org/packages/UnitsNet/
MIT No Attribution
2.65k stars 382 forks source link

Add Mass Distance Quantity used in transportation industry #1388

Closed rowens-an closed 4 months ago

rowens-an commented 6 months ago

MassDistance is a unit of measure in the transportation industry, particularly with freight transportation. There are three primary Units that are used in the industry

In general, this Quantity is for measuring the amount of freight transported across a distance. We are using it for carbon emissions calculations, particularly tkm and tmi.

More information can be found on Wikipedia

rowens-an commented 6 months ago

As a note, I wasn't sure what to call this Quantity. I originally thought it would be useful to call it PayloadDistance but settled on MassDistance as it fits the naming convention a bit more.

angularsen commented 6 months ago

Hi, this feels too domain specific for UnitsNet, sorry.

It is a balance, but we generally try to only bring in units that are widely used and preferably across multiple domains.