go-units icon indicating copy to clipboard operation
go-units copied to clipboard

Go library for converting between various units of measurement

Results 14 go-units issues
Sort by recently updated
recently updated
newest added

This pr corresponds to https://github.com/bcicen/go-units/issues/33 The conversion multipliers are a bit confusing, but I wanted to have accurate conversions (see https://en.wikipedia.org/wiki/Knot_(unit)).

Hi, I love using this library but I'm missing the units of speed like miles per hour and meters per second. Would like to see them added. Regards

Hey there, pretty useful tool. I currently use this in one of my projects. I would like to request you to add support for Nautical Miles `nmi`. You can [refer...

enhancement

Currently "ton" is implemented for the BI (imperial) system. For me as a central european it is common, to use "ton" (symbol "t") for 1,000kg (megagram). Would be handy to...

Hey guys, `units.Unit` has no native JsonMarshall method. I.e. when creating json from it those fields remain empty. What is your recommended approach to that for us users? Cheers, Claus

For example, if I wanted to be more constrained about the specific type of unit I wanted: ``` func MakeComputation(value float64, temp units.Temperature) { ... } ``` In this particular...

I enjoy your project, however I think it would be useful to have units of area included. Thanks.

enhancement

Great Library! Angular units are missing from the extensive list of units this library already supports. I plan to submit a PR adding support for that category of units. I...

Hi, great package! The units are all english/western unit names. Could you internationalize it by adding the equivalent metric unit names from other languages/characters: e.g. متر, μέτρο, метр, เมตร, along...

I was wondering if this lib supports speed conversion and conversion between Decimal Degrees and Degrees Minutes Seconds