README.md

pdsi

Calculation of (sc)PDSI from monthly temperature and precipition data in R. This is basically a wrapper around a modified version of the University of Nebraska's C++ based PDSI implementation from http://greenleaf.unl.edu/downloads/. This code has an unknown license, I treat it as MIT.

Installation

install.packages("devtools")
library(devtools)
install_github("cszang/pdsi")
# (on Linux)
library(pdsi)
pdsi::build_linux_binaries()


cszang/pdsi documentation built on May 14, 2019, 12:27 p.m.