Skip to content

The UCAR Units Java package, part of NetCDF Java, is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, raising a unit to a power).

License

ctrueden/ucar-units

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I could not find the Java version of Unidata's UCAR Units available anywhere as a standalone project, so I created this one. I restructured things a little to use Maven as the build system.

Since this repository was created, the NetCDF team has split out the UCAR Units project into its own Maven artifact and published it to their Maven repository.

So this fork should no longer be necessary or useful to anyone!

About

The UCAR Units Java package, part of NetCDF Java, is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, raising a unit to a power).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages