Skip to main content

A package for displaying co2 graph based on NOAA

Project description

noaaco2

Open in Code Ocean

Takefuji Y. (2022) noaaco2: PyPI application for displaying a CO2 graph based on NOAA [Source Code]. https://doi.org/10.24433/CO.7957917.v1

This is under review.

This is a tutorial to debut a PyPI application and to validate software reproducibility for climate professions.

noaaco2 is a PyPI application that scrapes the latest dataset from NOAA via the Internet and displays a graph for a specified number of months.

The PyPI environment allows PyPI applications to run on Windows, MacOS, and Linux operating systems. As long as Python is installed on the system, you can use it without being aware of the operating system.

noaaco2 scrapes the latest csv file from the following NOAA site:

ftp://aftp.cmdl.noaa.gov/products/trends/co2/co2_mm_mlo.csv

# --------------------------------------------------------------------							
# USE OF NOAA GML DATA							
#							
# These data are made freely available to the public and the							
# scientific community in the belief that their wide dissemination							
# will lead to greater understanding and new scientific insights.							
...
# Scripps data downloaded from http://scrippsco2.ucsd.edu/data/atmospheric_co2							
# Monthly values are corrected to center of month based on average seasonal							
# cycle. Missing days can be asymmetric which would produce a high or low bias.							
# Missing months have been interpolated	 for NOAA data indicated by negative stdev						
# and uncertainty. We have no information for SIO data about Ndays	 stdv	 unc					
# so that they are also indicated by negative numbers							
# Monthly values are corrected to center of month based on average seasonal,,,,,,,
# cycle. Missing days can be asymmetric which would produce a high or low bias.,,,,,,,
# Missing months have been interpolated, for NOAA data indicated by negative stdev,,,,,,
# and uncertainty. We have no information for SIO data about Ndays, stdv, unc,,,,,
# so that they are also indicated by negative numbers,,,,,,,
year,month,decimal date,average,interpolated,trend,ndays,
1958,3,1958.2027,315.7,314.43,-1,-9.99,-0.99
1958,4,1958.2877,317.45,315.16,-1,-9.99,-0.99
1958,5,1958.3699,317.51,314.71,-1,-9.99,-0.99
...

noaaco2 can generate a graph with specified months and save it in result.csv and noaaco2.png.

In order to run noaaco2 application, Python must be installed on your system.

How to install Python and noaaco2

Follow the Python installation steps for Windows, WSL on Windows, MacOS, and Linux operating systems.
1. Download a right installation file from miniconda site:
https://docs.conda.io/en/latest/miniconda.html

2. X-server installation may be needed.
For Windows 11 or 10,WSL on Windows 11 or 10, MacOS, X-server must be installed.
X-server for Windows and WSL on Windows, install VcXsrv Windows X Server.
You can download it from the following site:
https://sourceforge.net/projects/vcxsrv/
For MacOS, you must install XQuartz via Homebrew or brew command.
For Linux operating systems, X-server is ready so that you don't need to install it.

3. PyPI libraries and applications can be installed by the pip installation command.
($) sign indicates the prompt from your system in the terminal. Open the terminal.
And enter the following command to install noaaco2 application.
$ pip install noaaco2
Since noaaco2 uses PyPI libraries such as numpy, pandas and matplotlib, you must install them.
$ pip install numpy pandas matplotlib
noaaco2 uses bash commands such as wget command so that you must install it.
$ sudo apt install wget

How to run noaaco2

noaaco2 takes a single parameter for specifying the number of months. Without the number of months, noaaco2 shows a graph with all months in the dataset.

$ noaaco2 <number-of-months>

or

$ noaaco2

For example, 24 months, run the following command.

$ noaaco2 24

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

noaaco2-0.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

noaaco2-0.0.4-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page