You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python library of indices useful for climate monitoring
This project contains Python implementations of various climate index algorithms which provide
a geographical and temporal picture of the severity and duration of precipitation and temperature
anomalies useful for climate monitoring and research.
The following indices are provided:
SPI,
Standardized Precipitation Index, utilizing both gamma and Pearson Type III distributions
SPEI,
Standardized Precipitation Evapotranspiration Index, utilizing both gamma and Pearson Type III distributions
This Python implementation of the above climate index algorithms is being developed
with the following goals in mind:
to provide an open source software package to compute a suite of
climate indices commonly used for climate monitoring, with well
documented code that is faithful to the relevant literature and
which produces scientifically verifiable results
to provide a central, open location for participation and collaboration
for researchers, developers, and users of climate indices
to facilitate standardization and consensus on best-of-breed
climate index algorithms and corresponding compliant implementations in Python
to provide transparency into the operational code used for climate
monitoring activities at NCEI/NOAA, and consequent reproducibility
of published datasets computed from this package
to incorporate modern software engineering principles and scientific programming
best practices
This is a developmental/forked version of code that was originally developed by NIDIS/NCEI/NOAA.
See drought.gov.