Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

cszang/pdsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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()

About

Calculate (sc)PDSI in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages