Skip to content

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

License

Notifications You must be signed in to change notification settings

meteoia-team/climate_indices

This branch is up to date with gabrielmpp/climate_indices:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fedd2b · Jun 22, 2022

History

38 Commits
Nov 26, 2021
Jun 22, 2022
May 10, 2019
May 9, 2019
May 10, 2019
Oct 22, 2020
May 9, 2019
Nov 26, 2021

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%