Metadata-Version: 2.1
Name: scmdata
Version: 0.4.3
Summary: Data handling for simple climate model data
Home-page: https://github.com/openscm/scmdata
Author: Jared Lewis, Zeb Nicholls
Author-email: jared.lewis@climate-energy-college.org, zebedee.nicholls@climate-energy-college.org
License: 3-Clause BSD License
Project-URL: Bug Reports, https://github.com/openscm/scmdata/issues
Project-URL: Documentation, https://scmdata.readthedocs.io/en/latest
Project-URL: Source, https://github.com/openscm/scmdata
Keywords: data,simple climate model,climate,scm
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Requires-Dist: cftime
Requires-Dist: numpy
Requires-Dist: openscm-units
Requires-Dist: pandas
Requires-Dist: python-dateutil
Requires-Dist: xarray
Provides-Extra: deploy
Requires-Dist: twine (>=1.11.0) ; extra == 'deploy'
Requires-Dist: setuptools (>=38.6.0) ; extra == 'deploy'
Requires-Dist: wheel (>=0.31.0) ; extra == 'deploy'
Provides-Extra: dev
Requires-Dist: bandit ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: black-nb ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: nbdime ; extra == 'dev'
Requires-Dist: notebook ; extra == 'dev'
Requires-Dist: pydocstyle ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: netCDF4 ; extra == 'dev'
Requires-Dist: xlrd ; extra == 'dev'
Requires-Dist: seaborn ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: nbval ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest (>=5.0.0) ; extra == 'dev'
Requires-Dist: sphinx (>2.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: twine (>=1.11.0) ; extra == 'dev'
Requires-Dist: setuptools (>=38.6.0) ; extra == 'dev'
Requires-Dist: wheel (>=0.31.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (>2.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: optional
Requires-Dist: netCDF4 ; extra == 'optional'
Requires-Dist: xlrd ; extra == 'optional'
Provides-Extra: plotting
Requires-Dist: seaborn ; extra == 'plotting'
Provides-Extra: tests
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: nbval ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest (>=5.0.0) ; extra == 'tests'
Requires-Dist: seaborn ; extra == 'tests'
Requires-Dist: netCDF4 ; extra == 'tests'
Requires-Dist: xlrd ; extra == 'tests'

SCMData
=======

.. sec-begin-links

+-------------------+----------------+--------------+
| Repository health |    |CI CD|     |  |Coverage|  |
+-------------------+----------------+--------------+

+------+------------------+----------------+------------------+
| Pypi |  |PyPI Install|  |     |PyPI|     |  |PyPI Version|  |
+------+------------------+----------------+------------------+

+-------+-----------------+-------------------+-----------------+
| Conda | |conda install| | |conda platforms| | |conda version| |
+-------+-----------------+-------------------+-----------------+

+-----------------+----------------+---------------+-----------+
|   Other info    | |Contributors| | |Last Commit| | |License| |
+-----------------+----------------+---------------+-----------+

.. |CI CD| image:: https://github.com/openscm/scmdata/workflows/scmdata%20CI-CD/badge.svg
    :target: https://github.com/openscm/scmdata/actions?query=workflow%3A%22scmdata+CI-CD%22
.. |Coverage| image:: https://codecov.io/gh/openscm/scmdata/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/openscm/scmdata
.. |PyPI Install| image:: https://github.com/openscm/scmdata/workflows/Test%20PyPI%20install/badge.svg
    :target: https://github.com/openscm/scmdata/actions?query=workflow%3A%22Test+PyPI+install%22
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/scmdata.svg
    :target: https://pypi.org/project/scmdata/
.. |PyPI Version| image:: https://img.shields.io/pypi/v/scmdata.svg
    :target: https://pypi.org/project/scmdata/
.. |conda install| image:: https://github.com/openscm/scmdata/workflows/Test%20conda%20install/badge.svg
    :target: https://github.com/openscm/scmdata/actions?query=workflow%3A%22Test+conda+install%22
.. |conda platforms| image:: https://img.shields.io/conda/pn/conda-forge/scmdata.svg
    :target: https://anaconda.org/conda-forge/scmdata
.. |conda version| image:: https://img.shields.io/conda/vn/conda-forge/scmdata.svg
.. |Contributors| image:: https://img.shields.io/github/contributors/openscm/scmdata.svg
    :target: https://github.com/openscm/scmdata/graphs/contributors
.. |Last Commit| image:: https://img.shields.io/github/last-commit/openscm/scmdata.svg
    :target: https://github.com/openscm/scmdata/commits/master
.. |License| image:: https://img.shields.io/github/license/openscm/scmdata.svg
    :target: https://github.com/openscm/scmdata/blob/master/LICENSE

.. sec-end-links

.. sec-begin-index

SCMData provides some useful data handling routines for dealing with data pertaining to Simple Climate Models (SCMs).

An ``ScmDataFrame`` provides a subset of the functionality provided by `pyam <https://github.com/IAMconsortium/pyam>`_'s IamDataFrame,
but is adapted to provide better performance for timeseries data. This package was originally part of `openscm <https://github.com/openclimatedata/openscm>`_.

.. sec-end-index

Contributing
------------

If you'd like to contribute, please make a pull request!
The pull request templates should ensure that you provide all the necessary information.

.. sec-begin-license

License
-------

ScmData is free software under a BSD 3-Clause License, see `LICENSE <https://github.com/openscm/license/blob/master/LICENSE>`_.

.. sec-end-license



