Metadata-Version: 1.1
Name: cfdm
Version: 1.7.5
Summary: A complete implementation of the CF data model
Home-page: https://ncas-cms.github.io/cfdm
Author: David Hassell
Author-email: david.hassell@ncas.ac.uk
License: UNKNOWN
Download-URL: https://pypi.org/project/cfdm/#files
Description: The **cfdm** Python package is a complete implementation of the `CF
        data model <https://www.geosci-model-dev.net/10/4619/2017>`_, that
        identifies the fundamental elements of the `CF conventions
        <http://cfconventions.org/>`_ and shows how they relate to each other,
        independently of the `netCDF
        <https://www.unidata.ucar.edu/software/netcdf/>`_ encoding.
        
        The central element defined by the CF data model is the **field
        construct**, which corresponds to a CF-netCDF data variable with all
        of its metadata.
        
        The **cfdm** package can
        
        * read field constructs from netCDF datasets,
        * create new field constructs in memory,
        * inspect field constructs,
        * test whether two field constructs are the same,
        * modify field construct metadata and data,
        * create subspaces of field constructs,
        * write field constructs to netCDF datasets on disk,
        * incorporate, and create, metadata stored in external files, and
        * read, write, and create data that have been compressed by convention
          (i.e. ragged or gathered arrays), whilst presenting a view of the
          data in its uncompressed form.
        
        **Command line utility**
        
        During installation the `cfdump` command line tool is also installed,
        which generates text descriptions of the field constructs contained
        in a netCDF dataset.
        
        **Source code**
        
        This project is hosted on a `GitHub repository
        <https://github.com/NCAS-CMS/cfdm>`_ where you may access the most
        up-to-date source.
Keywords: cf,netcdf,data,science,oceanography,meteorology,climate
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
