gabrielmpp / climate_indices

Library to download and format NOAA's climate indices as Pandas dataframes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

climate_indices

Tools to download climate indices from NOAA (soi, qbo, pna etc) and format as Pandas dataframe.

Installation

$ pip install git+https://github.com/gabrielmpp/climate_indices

Usage

import climIndices as ci
import matplotlib.pyplot as plt

df = ci.get_data(['nina34', 'oni', 'nao', 'qbo'])

df.plot(subplots=True, sharex=True, title='Climate indices', legend='False', figsize=[10, 10])
plt.show()

About

Library to download and format NOAA's climate indices as Pandas dataframes.

License:MIT License


Languages

Language:Python 100.0%