- Notifications
You must be signed in to change notification settings - Fork8
A Python interface to UNIDATA’s UDUNITS-2 library with CF extensions:
License
NCAS-CMS/cfunits
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python interface toUNIDATA's UDUNITS-2 packagewith CF extensions.
Store, combine and compare physical units and convert numeric valuesto different units.
Units are as defined in UNIDATA's UDUNITS-2 package, except forreference time units (such as 'days since 2000-12-1' in the'proleptic_gregorian' calendar), which are handled by thecftime
Python package.
In addition, some units are either new to, modified from, or removedfrom the standard UDUNITS-2 database in order to be more consistentwith theCF conventions.
http://ncas-cms.github.io/cfunits
https://ncas-cms.github.io/cfunits/installation.html
The test script is in thecfunits/test
directory:
python test/run_tests.py
About
A Python interface to UNIDATA’s UDUNITS-2 library with CF extensions: