noaatsi


Namenoaatsi JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/y-takefuji/noaatsi
SummaryA package for displaying TSI graph based on NOAA
upload_time2024-04-22 08:34:20
maintainerNone
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # noaatsi
[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/5710884/tree )

takefuji (2022) noaatsi: a PyPI for displaying TSI graph based on NOAA [Source Code]. https://doi.org/10.24433/CO.6916537.v1

This is under review.

noaatsi is a PyPI package application to scrape the updated data from NOAA on TSI and to display the TSI graph.
Data is stored in the following site which will be automatically scraped by noaatsi:

https://www.ncei.noaa.gov/data/total-solar-irradiance/access/yearly/tsi_v02r01_yearly_s1610_e2021_c20220202.nc

NOAA file is based on netCDF4.
In order to read .nc file, netCDF4 library is needed. To install it, run the following command.

$ pip install netCDF4

In order to install noaatsi, run the following command.

$ pip install noaatsi

To generate TSI file (tsi.csv) and the graph on the screen (tsi.png), run the following command.

$ noaatsi


noaatsi.png is finally generated.

<img src='https://github.com/y-takefuji/noaatsi/raw/main/noaatsi.png' height=300 width=900>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/y-takefuji/noaatsi",
    "name": "noaatsi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/a0/5f/85e42393a1b2547a4630315813a602737d2c9d4d7ad58744cd9715e542b5/noaatsi-0.0.2.tar.gz",
    "platform": null,
    "description": "# noaatsi\n[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/5710884/tree )\n\ntakefuji (2022) noaatsi: a PyPI for displaying TSI graph based on NOAA [Source Code]. https://doi.org/10.24433/CO.6916537.v1\n\nThis is under review.\n\nnoaatsi is a PyPI package application to scrape the updated data from NOAA on TSI and to display the TSI graph.\nData is stored in the following site which will be automatically scraped by noaatsi:\n\nhttps://www.ncei.noaa.gov/data/total-solar-irradiance/access/yearly/tsi_v02r01_yearly_s1610_e2021_c20220202.nc\n\nNOAA file is based on netCDF4.\nIn order to read .nc file, netCDF4 library is needed. To install it, run the following command.\n\n$ pip install netCDF4\n\nIn order to install noaatsi, run the following command.\n\n$ pip install noaatsi\n\nTo generate TSI file (tsi.csv) and the graph on the screen (tsi.png), run the following command.\n\n$ noaatsi\n\n\nnoaatsi.png is finally generated.\n\n<img src='https://github.com/y-takefuji/noaatsi/raw/main/noaatsi.png' height=300 width=900>\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for displaying TSI graph based on NOAA",
    "version": "0.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/y-takefuji/noaatsi",
        "Homepage": "https://github.com/y-takefuji/noaatsi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "591295a5fba2c75746c70cfad16ae571e0e03546f219e1ea0c8b54ade9134be6",
                "md5": "8ea94a7941f8b258c33411776f0a8fbf",
                "sha256": "f65b943d32c1d4d109ce9125e5de45304c576dc0e99d2e9e0650ae12d7f12526"
            },
            "downloads": -1,
            "filename": "noaatsi-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ea94a7941f8b258c33411776f0a8fbf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2701,
            "upload_time": "2024-04-22T08:34:18",
            "upload_time_iso_8601": "2024-04-22T08:34:18.875213Z",
            "url": "https://files.pythonhosted.org/packages/59/12/95a5fba2c75746c70cfad16ae571e0e03546f219e1ea0c8b54ade9134be6/noaatsi-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05f85e42393a1b2547a4630315813a602737d2c9d4d7ad58744cd9715e542b5",
                "md5": "5e74dad0fff9cba84771b7d9ef49b545",
                "sha256": "a43bd4871f427f27c1950e3b4e19deaf3ec1df95929297471822f37fa969239d"
            },
            "downloads": -1,
            "filename": "noaatsi-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5e74dad0fff9cba84771b7d9ef49b545",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2478,
            "upload_time": "2024-04-22T08:34:20",
            "upload_time_iso_8601": "2024-04-22T08:34:20.628176Z",
            "url": "https://files.pythonhosted.org/packages/a0/5f/85e42393a1b2547a4630315813a602737d2c9d4d7ad58744cd9715e542b5/noaatsi-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 08:34:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-takefuji",
    "github_project": "noaatsi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "noaatsi"
}
        
Elapsed time: 0.23968s