Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know of an R code to calculate Palmer Drought Severity Index (PDSI)? [closed]

Tags:

r

indices

Palmer drought severity index is one of the most popular moisture/drought indices around. There is a package in R called a SPEI that allows calculation of two other popular drought indices (Standardised precipitation index and Standardised precipitation and evapotranspiration Index ). I think there should be some package to calculate other moisture indices and particularly PDSI but i have been unable to find one myself.

like image 911
user2760 Avatar asked Jan 26 '12 19:01

user2760


2 Answers

Now library scPDSI is available in R for calculation of Palmer Drought Severity Index.

like image 70
Bappa Das Avatar answered Sep 28 '22 12:09

Bappa Das


It looks like we can thank Christian Zang for finally solving the problem: https://github.com/cszang/pdsi

Edit from 2018: This answer was just accepted so I have decided to fork the above-linked repo to my github to guard against future link rot. It will stay there indefinitely.

like image 37
HFBrowning Avatar answered Sep 28 '22 10:09

HFBrowning