Units of measure as required by the Climate and Forecast (CF) metadata conventions
Project description
cf_units
Units of measure as defined by the Climate and Forecast (CF) metadata conventions.
Table of contents
Overview
Units of measure as required by the Climate and Forecast (CF) metadata conventions.
Provision of a wrapper class to support Unidata/UCAR UDUNITS-2 library, and the cftime calendar functionality.
Documentation can be found at https://scitools.org.uk/cf_units/docs/latest/.
Example
>>> from cf_units import Unit
>>> km = Unit('kilometers')
>>> m = Unit('meters')
>>> m.convert(1500, km)
1.5
Get in touch
- Questions, ideas, general discussion or announcements of related projects use the Google Group.
- Report bugs, suggest features or view the source code on GitHub.
License and copyright
Cartopy is licensed under GNU Lesser General Public License (LGPLv3).
Development occurs on GitHub at https://github.com/SciTools/cf_units, with a contributor's license agreement (CLA) that can be found at https://scitools.org.uk/governance.html.
(C) British Crown Copyright, Met Office
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.