Metadata-Version: 2.1
Name: netcdf-scm
Version: 2.0.0b8
Summary: Processing netCDF files for use with simple climate models
Home-page: https://github.com/znicholls/netcdf-scm
Author: Zebedee Nicholls
Author-email: zebedee.nicholls@climate-energy-college.org
License: 3-Clause BSD License
Project-URL: Bug Reports, https://github.com/znicholls/netcdf-scm/issues
Project-URL: Documentation, https://openscm.readthedocs.io/en/latest
Project-URL: Source, https://github.com/znicholls/netcdf-scm
Description: .. image:: https://gitlab.com/znicholls/netcdf-scm/raw/master/docs/source/_static/logo.png
           :height: 50px
           :width: 100px
           :alt: Logo
        
        
        NetCDF SCM
        ==========
        
        +--------+-------------------+-------------+-----------+--------+-----------------+
        | Basics | |Python Versions| | |Platforms| | |License| | |Docs| | |Conda install| |
        +--------+-------------------+-------------+-----------+--------+-----------------+
        
        +-----------+--------------+----------+
        | Citations | |JOSS paper| | |Zenodo| |
        +-----------+--------------+----------+
        
        +-------------------+----------------+-----------+
        | Repository health | |Build Status| | |Codecov| |
        +-------------------+----------------+-----------+
        
        +-----------------+------------+--------+
        | Latest releases | |Anaconda| | |PyPI| |
        +-----------------+------------+--------+
        
        .. sec-begin-index
        
        NetCDF SCM is a Python package for processing netCDF files.
        It focusses on metrics which are relevant to simple climate models and is built on top of the Iris_ package.
        
        .. _Iris: https://github.com/SciTools/iris
        
        .. sec-end-index
        
        License
        -------
        
        .. sec-begin-license
        
        NetCDF-SCM is free software under a BSD 3-Clause License, see `LICENSE <https://github.com/znicholls/netcdf-scm/blob/master/LICENSE>`_.
        If you make any use of NetCDF-SCM, please cite `The Journal of Open Source Software (JOSS) <http://joss.theoj.org/>`_ paper [insert reference here when written...] as well as the relevant `Zenodo release <https://zenodo.org/search?page=1&size=20&q=netcdf-scm>`_.
        
        .. sec-end-license
        
        .. sec-begin-installation
        
        Installation
        ------------
        
        The easiest way to install NetCDF-SCM is with `conda <https://conda.io/miniconda.html>`_
        
        ::
        
            # if you're using a conda environment, make sure you're in it
            conda install -c conda-forge netcdf-scm
        
        If you do install it this way, we think (but aren't yet completely sure) that you will also need to install (at least) the minimal pip requirements.
        At the moment these have to be read out of ``setup.py`` manually, we are working on automating this.
        
        It is also possible to install it with `pip <https://pypi.org/project/pip/>`_
        
        ::
        
          # if you're using a virtual environment, make sure you're in it
          pip install netcdf-scm
        
        However installing with pip requires installing all of Iris_'s dependencies yourself which is not trivial.
        As far as we know, Iris_ cannot be installed with pip alone.
        
        .. _Iris: https://github.com/SciTools/iris
        
        .. sec-end-installation
        
        Documentation
        -------------
        
        Documentation can be found at our `documentation pages <https://netcdf-scm.readthedocs.io/en/latest/>`_ (we are thankful to `Read the Docs <https://readthedocs.org/>`_ for hosting us).
        
        
        Contributing
        ------------
        
        Please see the `Development section of the docs <https://netcdf-scm.readthedocs.io/en/latest/development.html>`_.
        
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/netcdf-scm.svg
            :target: https://pypi.org/project/netcdf-scm/
        .. |Platforms| image:: https://anaconda.org/conda-forge/netcdf-scm/badges/platforms.svg
            :target: https://anaconda.org/conda-forge/netcdf-scm
        .. |License| image:: https://img.shields.io/badge/license-BSD_3-blue
            :target: https://gitlab.com/znicholls/netcdf-scm/blob/master/LICENSE
        .. |Docs| image:: https://readthedocs.org/projects/netcdf-scm/badge/?version=latest
            :target: https://netcdf-scm.readthedocs.io/en/latest/
        .. |Conda install| image:: https://anaconda.org/conda-forge/netcdf-scm/badges/installer/conda.svg
            :target: https://conda.anaconda.org/conda-forge
        .. |JOSS Paper| image:: https://joss.theoj.org/papers/paper-code/status.svg
            :target: https://joss.theoj.org/papers/paper-code
        .. |Zenodo| image:: https://zenodo.org/badge/151593566.svg
            :target: https://zenodo.org/badge/latestdoi/151593566
        .. |Build Status| image:: https://gitlab.com/znicholls/netcdf-scm/badges/master/pipeline.svg
            :target: https://gitlab.com/znicholls/netcdf-scm
        .. |Codecov| image:: https://gitlab.com/znicholls/netcdf-scm/badges/master/coverage.svg
            :target: https://gitlab.com/znicholls/netcdf-scm/commits/master
        .. |Anaconda| image:: https://anaconda.org/conda-forge/netcdf-scm/badges/version.svg
            :target: https://anaconda.org/conda-forge/netcdf-scm
        .. |PyPI| image:: https://img.shields.io/pypi/v/netcdf-scm.svg
            :target: https://pypi.org/project/netcdf-scm/
        
        .. [Morin et al. 2012]: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598
        
Keywords: netcdf,netCDF,python,climate,atmosphere,simple climate model,reduced complexity climate model,data processing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: notebooks
Provides-Extra: deploy
Provides-Extra: dev
