Metadata-Version: 2.1
Name: noaatsi
Version: 0.0.1
Summary: A package for displaying TSI graph based on NOAA
Home-page: https://github.com/ytakefuji/noaatsi
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ytakefuji/noaatsi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# noaatsi
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/ytakefuji/noaatsi/raw/main/noaatsi.png' height=300 width=900>


