Metadata-Version: 2.1
Name: simghg
Version: 0.0.1
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

# ds_ad

 ### co2.py
 
##### The CO2 emissions of each country in Annex 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 >>> Germany
```
![Japan-Germany](/co2_Japan_Germany.png)

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


### n2o.py

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

```
$ python n2o.py
Draw countries with similar N2O changes.
Country Name >>> Japan
```
![similar-to-Japan](/n2o_Japan.png)


