Metadata-Version: 2.1
Name: netcdf-scm
Version: 0.3.1
Summary: Python wrapper for 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: 2-Clause BSD License
Description: .. image:: https://raw.githubusercontent.com/znicholls/netcdf-scm/master/docs/source/_static/logo.png
           :height: 100
           :width: 200
           :scale: 50
           :alt: Logo
        
        
        NetCDF SCM
        ==========
        
        **Warning: `netcdf_scm` is still under heavy development so things are likely to change fast**
        
        +----------------+-----------+--------+--------+-------------------+--------------+
        | |Build Status| | |Codecov| | |Docs| | |PyPI| | |Python Versions| | |JOSS paper| |
        +----------------+-----------+--------+--------+-------------------+--------------+
        
        +-------------+------------------+---------------+------------------------------+----------------+----------+-----------+
        | |Downloads| | |Latest Version| | |Last Commit| | |Commits Since Last Release| | |Contributors| | |Zenodo| | |License| |
        +-------------+------------------+---------------+------------------------------+----------------+----------+-----------+
        
        .. sec-begin-index
        
        NetCDF SCM is a package of Python wrappers for processing netCDF files for use with simple climate models, 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 2-Clause License, see `LICENSE <./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...]:
        
        .. 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.
        
        ::
        
          # if you're using a conda environment, make sure you're in it
          # and that pip is installed in the conda environment
          pip install -Ur pip-requirements-minimal.txt
        
        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.
        
        .. _Iris: https://github.com/SciTools/iris
        
        .. sec-end-installation
        
        Documentation
        -------------
        
        Documentation can be found at `Read the Docs <https://netcdf-scm.readthedocs.io/en/latest/>`_.
        
        
        .. |Build Status| image:: https://travis-ci.org/znicholls/netcdf-scm.svg?branch=master
            :target: https://travis-ci.org/znicholls/netcdf-scm
        .. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
            :target: https://netcdf-scm.readthedocs.io/en/latest/
        .. |Codecov| image:: https://img.shields.io/codecov/c/github/znicholls/netcdf-scm.svg
            :target: https://codecov.io/gh/znicholls/netcdf-scm
        .. |PyPI| image:: https://img.shields.io/pypi/v/netcdf-scm.svg
            :target: https://pypi.org/project/netcdf-scm/
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/netcdf-scm.svg
            :target: https://pypi.org/project/netcdf-scm/
        .. |JOSS Paper| image:: https://joss.theoj.org/papers/paper-code/status.svg
            :target: https://joss.theoj.org/papers/paper-code
        .. |Downloads| image:: https://img.shields.io/conda/dn/conda-forge/netcdf-scm.svg
            :target: https://anaconda.org/conda-forge/netcdf-scm
        .. |Latest Version| image:: https://img.shields.io/github/tag/znicholls/netcdf-scm.svg
            :target: https://github.com/znicholls/netcdf-scm/releases
        .. |Last Commit| image:: https://img.shields.io/github/last-commit/znicholls/netcdf-scm.svg
            :target: https://github.com/znicholls/netcdf-scm/commits/master
        .. |Commits Since Last Release| image:: https://img.shields.io/github/commits-since/znicholls/netcdf-scm/latest.svg
            :target: https://github.com/znicholls/netcdf-scm/commits/master
        .. |Contributors| image:: https://img.shields.io/github/contributors/znicholls/netcdf-scm.svg
            :target: https://github.com/znicholls/netcdf-scm/graphs/contributors
        .. |Zenodo| image:: https://zenodo.org/badge/doi-no.svg
            :target: https://zenodo.org/badge/latestdoi/doi-no
        .. |License| image:: https://img.shields.io/github/license/znicholls/netcdf-scm.svg
            :target: https://github.com/znicholls/netcdf-scm/blob/master/LICENSE
        
        .. [Morin et al. 2012]: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598
        
Keywords: netcdf,python,climate,atmosphere,simple climate model,reduced complexity climate model
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.6
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: deploy
Provides-Extra: test
