gtempco2


Namegtempco2 JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/ytakefuji/gtempco2
SummaryA package for displaying global temperature and co2
upload_time2023-07-30 21:11:27
maintainer
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gtempco2

gtempco2 is a PyPI application to display global temperature and co2 of land and ocean with NOAA datasets.

NOAA monthly datasets on the global temperature of land and ocean and the global co2 will be automatically downloaded. 

gtempco2 is to plot a graph for a user-specified time period with two lines representing global temperature and global CO2 levels. The graph includes first-order regression lines with coefficients and R-squared values.

To install gtempco2, use the following pip command.

$ pip install gtempco2

To run gtempco2, the user-specified time period such as start-date and end-date is needed to plot a graph of the global temperature and co2 from start-date to end-date. 

The format of them is as follows.

For example, 1958-03 indicates March 1958 when NOAA started the measurement of the global co2.

<pre>
$ gtempco2
enter start_date: e.g. 1960-04
co2 measurement started from 1958-03
yyyy-mo: 1960-06
enter end_date: e.g. 2023-04
yyyy-mo: 1965-06
start_date= 1960-06 end_date= 1965-06
</pre>

The system will ask the start-date and end-date. The result will be shown and saved in the directory as follows.

<img src='https://github.com/ytakefuji/gtempco2/raw/main/1960-06_1965-06.png' height=450 width=600>




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ytakefuji/gtempco2",
    "name": "gtempco2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/64/17/8de80a1830133d4a4bd194c638b635e3dfd73b935ef886164a6ebd480366/gtempco2-0.0.8.tar.gz",
    "platform": null,
    "description": "# gtempco2\n\ngtempco2 is a PyPI application to display global temperature and co2 of land and ocean with NOAA datasets.\n\nNOAA monthly datasets on the global temperature of land and ocean and the global co2 will be automatically downloaded. \n\ngtempco2 is to plot a graph for a user-specified time period with two lines representing global temperature and global CO2 levels. The graph includes first-order regression lines with coefficients and R-squared values.\n\nTo install gtempco2, use the following pip command.\n\n$ pip install gtempco2\n\nTo run gtempco2, the user-specified time period such as start-date and end-date is needed to plot a graph of the global temperature and co2 from start-date to end-date. \n\nThe format of them is as follows.\n\nFor example, 1958-03 indicates March 1958 when NOAA started the measurement of the global co2.\n\n<pre>\n$ gtempco2\nenter start_date: e.g. 1960-04\nco2 measurement started from 1958-03\nyyyy-mo: 1960-06\nenter end_date: e.g. 2023-04\nyyyy-mo: 1965-06\nstart_date= 1960-06 end_date= 1965-06\n</pre>\n\nThe system will ask the start-date and end-date. The result will be shown and saved in the directory as follows.\n\n<img src='https://github.com/ytakefuji/gtempco2/raw/main/1960-06_1965-06.png' height=450 width=600>\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package for displaying global temperature and co2",
    "version": "0.0.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/ytakefuji/gtempco2",
        "Homepage": "https://github.com/ytakefuji/gtempco2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c4fb3cd481de4a5ecc3fc0c557caca2b658740c2977ef9f1a845a8adbf0fe14",
                "md5": "9137a8966e2ef2c78383ce775e0a70ce",
                "sha256": "1c33282fb07c586488bfdee85ad823739f5890db98a403d97308df67c953e89c"
            },
            "downloads": -1,
            "filename": "gtempco2-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9137a8966e2ef2c78383ce775e0a70ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3443,
            "upload_time": "2023-07-30T21:11:26",
            "upload_time_iso_8601": "2023-07-30T21:11:26.028548Z",
            "url": "https://files.pythonhosted.org/packages/5c/4f/b3cd481de4a5ecc3fc0c557caca2b658740c2977ef9f1a845a8adbf0fe14/gtempco2-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64178de80a1830133d4a4bd194c638b635e3dfd73b935ef886164a6ebd480366",
                "md5": "ffd074db7ab9abffbf43d894d2dbcb58",
                "sha256": "e47b61534118a9a0fcc350229113c0268b88b2348251c2020b4840809093dc7f"
            },
            "downloads": -1,
            "filename": "gtempco2-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "ffd074db7ab9abffbf43d894d2dbcb58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3224,
            "upload_time": "2023-07-30T21:11:27",
            "upload_time_iso_8601": "2023-07-30T21:11:27.520338Z",
            "url": "https://files.pythonhosted.org/packages/64/17/8de80a1830133d4a4bd194c638b635e3dfd73b935ef886164a6ebd480366/gtempco2-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-30 21:11:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ytakefuji",
    "github_project": "gtempco2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gtempco2"
}
        
Elapsed time: 0.09665s