climate-trace


Nameclimate-trace JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/tjhunter/climate-trace-handbook/
SummaryA package for loading and analyzing data from the Climate TRACE consortium.
upload_time2024-05-30 09:46:58
maintainerNone
docs_urlNone
authorTim Hunter
requires_python<3.13,>=3.10
licenseCC BY-SA 4.0 Deed
keywords climate data analysis bayesian climate change polars
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# The Unofficial Climate TRACE handbook

This reposity contains:
- the source to the Climate TRACE handbook for data scientists (published [here](https://tjhunter.github.io/climate-trace-handbook/))
- the `ctrace` library, used to access and manipulate the Climate TRACE dataset

**Relationship to the Climate TRACE project** Both projects are unofficial and unrelated
to the Climate TRACE project. The Climate TRACE consortium does not sponsor
or endorse any content in this repository. Any analysis, error, conclusion contained in these pages should not be attributed to the Climate TRACE project.

## Standard procedures

Using the fish terminal

```
poetry shell

set -x PYTHONPATH $PWD:$PWD/src/ ; jupyter notebook

set -x PYTHONPATH $PWD:$PWD/src/ ; jupyter-book build ct_book

ghp-import -n -p -f _build/html
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tjhunter/climate-trace-handbook/",
    "name": "climate-trace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "climate, data, analysis, bayesian, climate change, polars",
    "author": "Tim Hunter",
    "author_email": "tjhunter@cs.stanford.edu",
    "download_url": "https://files.pythonhosted.org/packages/c2/f2/648001481caf6bec88b024e48cd91ddb2c47d870c146ce0d843605ec6ba9/climate_trace-0.2.0.tar.gz",
    "platform": null,
    "description": "\n# The Unofficial Climate TRACE handbook\n\nThis reposity contains:\n- the source to the Climate TRACE handbook for data scientists (published [here](https://tjhunter.github.io/climate-trace-handbook/))\n- the `ctrace` library, used to access and manipulate the Climate TRACE dataset\n\n**Relationship to the Climate TRACE project** Both projects are unofficial and unrelated\nto the Climate TRACE project. The Climate TRACE consortium does not sponsor\nor endorse any content in this repository. Any analysis, error, conclusion contained in these pages should not be attributed to the Climate TRACE project.\n\n## Standard procedures\n\nUsing the fish terminal\n\n```\npoetry shell\n\nset -x PYTHONPATH $PWD:$PWD/src/ ; jupyter notebook\n\nset -x PYTHONPATH $PWD:$PWD/src/ ; jupyter-book build ct_book\n\nghp-import -n -p -f _build/html\n```\n",
    "bugtrack_url": null,
    "license": "CC BY-SA 4.0 Deed",
    "summary": "A package for loading and analyzing data from the Climate TRACE consortium.",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/tjhunter/climate-trace-handbook/issues",
        "Documentation": "https://tjhunter.github.io/climate-trace-handbook/intro.html",
        "Homepage": "https://github.com/tjhunter/climate-trace-handbook/",
        "Repository": "https://github.com/tjhunter/climate-trace-handbook/"
    },
    "split_keywords": [
        "climate",
        " data",
        " analysis",
        " bayesian",
        " climate change",
        " polars"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96ccd73663ec1e5265a424c0d65b8376e73ca5e036205ceb496118f46a513ab6",
                "md5": "1c58b8aa6aeca5e89e9e3c94ce3f7ade",
                "sha256": "c7418096e367e1d1a230aa14ee0ce30a7371f648d048828c39418e1f6be87c50"
            },
            "downloads": -1,
            "filename": "climate_trace-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c58b8aa6aeca5e89e9e3c94ce3f7ade",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 24666,
            "upload_time": "2024-05-30T09:46:56",
            "upload_time_iso_8601": "2024-05-30T09:46:56.882382Z",
            "url": "https://files.pythonhosted.org/packages/96/cc/d73663ec1e5265a424c0d65b8376e73ca5e036205ceb496118f46a513ab6/climate_trace-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2f2648001481caf6bec88b024e48cd91ddb2c47d870c146ce0d843605ec6ba9",
                "md5": "5bf9465ab190af975146c487b001efa0",
                "sha256": "03f75f784c0484f1376d10f869b382d7fac508d0baa6fbc4b10aa6b2c27e7973"
            },
            "downloads": -1,
            "filename": "climate_trace-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bf9465ab190af975146c487b001efa0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 24920,
            "upload_time": "2024-05-30T09:46:58",
            "upload_time_iso_8601": "2024-05-30T09:46:58.404814Z",
            "url": "https://files.pythonhosted.org/packages/c2/f2/648001481caf6bec88b024e48cd91ddb2c47d870c146ce0d843605ec6ba9/climate_trace-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 09:46:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tjhunter",
    "github_project": "climate-trace-handbook",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "climate-trace"
}
        
Elapsed time: 0.24750s