Metadata-Version: 1.1
Name: xray
Version: 0.3.1
Summary: N-D labeled arrays and datasets in Python
Home-page: https://github.com/xray/xray
Author: xray Developers
Author-email: xray-dev@googlegroups.com
License: Apache
Description: 
        **xray** is an open source project and Python package that aims to bring the
        labeled data power of pandas_ to the physical sciences, by providing
        N-dimensional variants of the core pandas_ data structures, ``Series`` and
        ``DataFrame``: the xray ``DataArray`` and ``Dataset``.
        
        Our goal is to provide a pandas-like and pandas-compatible toolkit for
        analytics on multi-dimensional arrays, rather than the tabular data for which
        pandas excels. Our approach adopts the `Common Data Model`_ for self-
        describing scientific data in widespread use in the Earth sciences (e.g.,
        netCDF_ and OPeNDAP_): ``xray.Dataset`` is an in-memory representation of a
        netCDF file.
        
        .. _pandas: http://pandas.pydata.org
        .. _Common Data Model: http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/CDM
        .. _netCDF: http://www.unidata.ucar.edu/software/netcdf
        .. _OPeNDAP: http://www.opendap.org/
        
        Important links
        ---------------
        
        - HTML documentation: http://xray.readthedocs.org
        - Issue tracker: http://github.com/xray/xray/issues
        - Source code: http://github.com/xray/xray
        - PyData talk: https://www.youtube.com/watch?v=T5CZyNwBa9c
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
