Metadata-Version: 1.1
Name: cfunits
Version: 1.8
Summary: A python interface to UNIDATA's Udunits-2 package with CF extensions 
Home-page: https://bitbucket.org/cfpython/cfunits-python
Author: David Hassell
Author-email: d.c.hassell@reading.ac.uk
License: ['MIT']
Download-URL: https://bitbucket.org/cfpython/cfunits-python/downloads
Description: *A python interface to UNIDATA's Udunits-2 library with CF
        extensions*
        
        Store, combine and compare physical units and convert numeric values
        to different units.
        
        Units are as defined in `UNIDATA's Udunits-2 library
        <http://www.unidata.ucar.edu/software/udunits/>`_, except for
        reference time units (such as ``'days since 2000-12-1'`` in the
        ``'proleptic_gregorian'`` calendar), which are handled by the `netCDF4
        python package <https://pypi.python.org/pypi/netCDF4>`_.
        
        In addition, some units are either new to, modified from, or removed
        from the standard Udunits-2 database in order to be more consistent
        with the `CF conventions <http://cfconventions.org/>`_.
        
        `Home page <https://bitbucket.org/cfpython/cfunits-python>`_
        
        `Dependencies
        <https://bitbucket.org/cfpython/cfunits-python/src/master/README.md>`_
        
        `Changelog
        <https://bitbucket.org/cfpython/cfunits-python/src/master/Changelog.md>`_
        
        
Keywords: cf,udunits,UNIDATA,netcdf,data,science,oceanography,meteorology,climate
Platform: Linux
Platform: MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires: netCDF4 (>=0.9.7)
Requires: numpy (>=1.7)
