Codebase list netcdf4-python / debian/1.4.3.2-1_exp1 PKG-INFO
debian/1.4.3.2-1_exp1

Tree @debian/1.4.3.2-1_exp1 (Download .tar.gz)

PKG-INFO @debian/1.4.3.2-1_exp1raw · history · blame

Metadata-Version: 1.1
Name: netCDF4
Version: 1.4.3.1
Author: Jeff Whitaker
Author-email: jeffrey s whitaker at noaa gov
Home-page: https://github.com/Unidata/netcdf4-python
Summary: python/numpy interface to netCDF  library (versions 3 and 4)
License: OSI Approved
Description: netCDF version 4 has many features not found in earlier versions of the library
        and is implemented on
        top of HDF5. This module can read and write files in both the new netCDF 4 and
        the old netCDF 3
        format, and can create files that are readable by HDF5 clients. The API modelled
        after
        Scientific.IO.NetCDF, and should be familiar to users of that module.
        
        Most new features of netCDF 4 are implemented, such as multiple unlimited
        dimensions, groups and zlib data compression. All the new numeric data types
        (such as 64 bit and unsigned integer types) are implemented. Compound,
        variable length (vlen), and enumerated (enum) data types are supported, but
        the opaque type is not. Mixtures of compound, vlen and/or enum data types are not supported.
        
        This project has a `Github repository
        <https://github.com/Unidata/netcdf4-python>`_ where you may access
        the most
        up-to-date source.
        
        `Documentation
        <http://unidata.github.io/netcdf4-python>`_
        
        `Changelog
        <https://github.com/Unidata/netcdf4-python/blob/master/Changelog>`_
        
        Also available in the `Anaconda scientific python distribution <https://store.continuum.io/cshop/anaconda/>`_
        
        Download source tarball and binary wheels below...
Keywords: numpy netcdf data science network oceanography meteorology climate
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering