scmdata


Namescmdata JSON
Version 0.17.0 PyPI version JSON
download
home_page
Summaryscmdata provides some useful data handling routines for dealing with data related to simple climate models (SCMs aka reduced complexity climate models, RCMs)
upload_time2024-01-29 07:32:29
maintainer
docs_urlNone
authorJared Lewis
requires_python>=3.9,<4.0
license
keywords data simple climate model climate scm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scmdata

<!---
Can use start-after and end-before directives in docs, see
https://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document
-->

<!--- sec-begin-description -->

**scmdata** provides some useful data handling routines for dealing with data related to simple climate models
(SCMs aka reduced complexity climate models, RCMs). In particular, it provides a high-performance way of
handling and serialising (including to netCDF) timeseries data along with attached metadata.

**scmdata** was inspired by [pyam](https://github.com/IAMconsortium/pyam) and was originally part of the
[openscm](https://github.com/openscm/openscm>) package.

[![CI](https://github.com/openscm/scmdata/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/scmdata/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/climate-resource/scmdata/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/scmdata)
[![Docs](https://readthedocs.org/projects/scmdata/badge/?version=latest)](https://scmdata.readthedocs.io)

**PyPI :**
[![PyPI](https://img.shields.io/pypi/v/scmdata.svg)](https://pypi.org/project/scmdata/)
[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/scmdata.svg)](https://pypi.org/project/scmdata/)
[![PyPI install](https://github.com/openscm/scmdata/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/openscm/scmdata/actions/workflows/install.yaml)

**Other info :**
[![License](https://img.shields.io/github/license/openscm/scmdata.svg)](https://github.com/openscm/scmdata/blob/main/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/openscm/scmdata.svg)](https://github.com/openscm/scmdata/commits/main)
[![Contributors](https://img.shields.io/github/contributors/openscm/scmdata.svg)](https://github.com/openscm/scmdata/graphs/contributors)


<!--- sec-end-description -->

Full documentation can be found at:
[scmdata.readthedocs.io](https://scmdata.readthedocs.io/en/latest/).
We recommend reading the docs there because the internal documentation links
don't render correctly on GitHub's viewer.

## Installation

<!--- sec-begin-installation -->

scmdata can be installed with conda or pip:

```bash
pip install scmdata
conda install -c conda-forge scmdata
```

Additional dependencies can be installed using

```bash
# To add plotting dependencies
pip install scmdata[plots]
# To add notebook dependencies
pip install scmdata[notebooks]

# If you are installing with conda, we recommend
# installing the extras by hand because there is no stable
# solution yet (issue here: https://github.com/conda/conda/issues/7502)
```

<!--- sec-end-installation -->

### For developers

<!--- sec-begin-installation-dev -->

For development, we rely on [poetry](https://python-poetry.org) for all our
dependency management. To get started, you will need to make sure that poetry
is installed
([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),
we found that pipx and pip worked better to install on a Mac).

For all of work, we use our `Makefile`.
You can read the instructions out and run the commands by hand if you wish,
but we generally discourage this because it can be error prone.
In order to create your environment, run `make virtual-envir˚onment`.

If there are any issues, the messages from the `Makefile` should guide you
through. If not, please raise an issue in the [issue tracker](https://github.com/openscm/scmdata/issues)˚.

For the rest of our developer docs, please see [](development-reference).

[issue_tracker]: https://github.com/openscm/scmdata/issues

<!--- sec-end-installation-dev -->

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scmdata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "data,simple climate model,climate,scm",
    "author": "Jared Lewis",
    "author_email": "jared.lewis@climate-resource.com",
    "download_url": "https://files.pythonhosted.org/packages/de/fe/9370c8da3ac25870343f2c26238fe4cfe6515bfa7a70d6623324bf828498/scmdata-0.17.0.tar.gz",
    "platform": null,
    "description": "# scmdata\n\n<!---\nCan use start-after and end-before directives in docs, see\nhttps://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document\n-->\n\n<!--- sec-begin-description -->\n\n**scmdata** provides some useful data handling routines for dealing with data related to simple climate models\n(SCMs aka reduced complexity climate models, RCMs). In particular, it provides a high-performance way of\nhandling and serialising (including to netCDF) timeseries data along with attached metadata.\n\n**scmdata** was inspired by [pyam](https://github.com/IAMconsortium/pyam) and was originally part of the\n[openscm](https://github.com/openscm/openscm>) package.\n\n[![CI](https://github.com/openscm/scmdata/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/scmdata/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/climate-resource/scmdata/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/scmdata)\n[![Docs](https://readthedocs.org/projects/scmdata/badge/?version=latest)](https://scmdata.readthedocs.io)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/scmdata.svg)](https://pypi.org/project/scmdata/)\n[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/scmdata.svg)](https://pypi.org/project/scmdata/)\n[![PyPI install](https://github.com/openscm/scmdata/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/openscm/scmdata/actions/workflows/install.yaml)\n\n**Other info :**\n[![License](https://img.shields.io/github/license/openscm/scmdata.svg)](https://github.com/openscm/scmdata/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/openscm/scmdata.svg)](https://github.com/openscm/scmdata/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/openscm/scmdata.svg)](https://github.com/openscm/scmdata/graphs/contributors)\n\n\n<!--- sec-end-description -->\n\nFull documentation can be found at:\n[scmdata.readthedocs.io](https://scmdata.readthedocs.io/en/latest/).\nWe recommend reading the docs there because the internal documentation links\ndon't render correctly on GitHub's viewer.\n\n## Installation\n\n<!--- sec-begin-installation -->\n\nscmdata can be installed with conda or pip:\n\n```bash\npip install scmdata\nconda install -c conda-forge scmdata\n```\n\nAdditional dependencies can be installed using\n\n```bash\n# To add plotting dependencies\npip install scmdata[plots]\n# To add notebook dependencies\npip install scmdata[notebooks]\n\n# If you are installing with conda, we recommend\n# installing the extras by hand because there is no stable\n# solution yet (issue here: https://github.com/conda/conda/issues/7502)\n```\n\n<!--- sec-end-installation -->\n\n### For developers\n\n<!--- sec-begin-installation-dev -->\n\nFor development, we rely on [poetry](https://python-poetry.org) for all our\ndependency management. To get started, you will need to make sure that poetry\nis installed\n([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),\nwe found that pipx and pip worked better to install on a Mac).\n\nFor all of work, we use our `Makefile`.\nYou can read the instructions out and run the commands by hand if you wish,\nbut we generally discourage this because it can be error prone.\nIn order to create your environment, run `make virtual-envir\u02daonment`.\n\nIf there are any issues, the messages from the `Makefile` should guide you\nthrough. If not, please raise an issue in the [issue tracker](https://github.com/openscm/scmdata/issues)\u02da.\n\nFor the rest of our developer docs, please see [](development-reference).\n\n[issue_tracker]: https://github.com/openscm/scmdata/issues\n\n<!--- sec-end-installation-dev -->\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "scmdata provides some useful data handling routines for dealing with data related to simple climate models (SCMs aka reduced complexity climate models, RCMs)",
    "version": "0.17.0",
    "project_urls": null,
    "split_keywords": [
        "data",
        "simple climate model",
        "climate",
        "scm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3cd2e032e7bb1dcd389da2a803df2e41cce7b202686f5871f0ba9b1b2c01d86",
                "md5": "2d48cc436d18bf75f4ba6d054173bbb2",
                "sha256": "fd51618016b14dceabc2f023c937155064d3971708693beaec1b793d959693d3"
            },
            "downloads": -1,
            "filename": "scmdata-0.17.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d48cc436d18bf75f4ba6d054173bbb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 77284,
            "upload_time": "2024-01-29T07:32:27",
            "upload_time_iso_8601": "2024-01-29T07:32:27.302803Z",
            "url": "https://files.pythonhosted.org/packages/d3/cd/2e032e7bb1dcd389da2a803df2e41cce7b202686f5871f0ba9b1b2c01d86/scmdata-0.17.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "defe9370c8da3ac25870343f2c26238fe4cfe6515bfa7a70d6623324bf828498",
                "md5": "93f1743f2a6f33158aea88ace64a7eb4",
                "sha256": "ae11feaa7f2141ca5a5859dad0c8fbe91c9743df76f5f78399940854769552a3"
            },
            "downloads": -1,
            "filename": "scmdata-0.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "93f1743f2a6f33158aea88ace64a7eb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 70826,
            "upload_time": "2024-01-29T07:32:29",
            "upload_time_iso_8601": "2024-01-29T07:32:29.431084Z",
            "url": "https://files.pythonhosted.org/packages/de/fe/9370c8da3ac25870343f2c26238fe4cfe6515bfa7a70d6623324bf828498/scmdata-0.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 07:32:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "scmdata"
}
        
Elapsed time: 0.16959s