Metadata-Version: 2.1
Name: simghg
Version: 0.1.2
Summary: Package for N2O changing trends in each country in Annex.
Home-page: https://github.com/RyuseiDoi/ds_ad
Author: ryusei doi
Author-email: s2022048@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/RyuseiDoi/ds_ad
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

# simghg

 ### co2.py
 
##### The CO2 emissions of each country in Annex I Countries is drawn in comparison with Japan. In addition, a comparison with the base year of the United Nations Framework Convention on Climate Change (Kyoto Protocol base year) is drawn. The number of years is from 1990 to 2019.

```
$ python co2.py
1:  Comparison CO2 with Japan
2:  Comparison CO2 with Base year
99:  Stop
>>> 1
Country Name >>> Slovakia
```
![Japan-Germany](/results/result_co2_1.png)

##### Draw The CO2 emissions of each country in Annex I Countries and the base year of the United Nations Framework Convention on Climate Change in that country.
```
$ python co2.py
1:  Comparison CO2 with Japan
2:  Comparison CO2 with Base year
99:  Stop
>>> 2
Country Name >>> Austria
```
![Austria-Base year](/results/result_co2_2.png)


### simghg.py

##### Draw other countries that have similar trends in comparison with the previous year for each country the Annex I Countries.

```
$ python simghg.py Greece
```
![similar-to-Japan](/results/result_n2o.png)


