Visualizing droughts with R

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Physicist and weather scientist Joe Wheatley used R to design and create a useful visual representation of how drought affects a region over long time-scales. Instead of charting absolute rainfall (or lack thereof), he instead charts the Standardized Precipitation Index (SPI), where extreme values (above 2 or below -2) indicate extreme wetness or dryness compared to the usual precipitation in that region. He then charts the SPI over time using colors to indicate extreme SPI values: red means dry, blue means wet. Here’s the chart for the Murray Darling basin, an important agricultural zone in Australia (click to enlarge):

Australia-drought

That region suffered a drought from 2002-2007, and the chart makes plain that it was the most severe drought event in 60 years. The R code used to normalize the data (by transforming to a shifted Gamma distribution) and create the chart can be found here.

Biospherica Earth Vegetation: Visualizing Drought (via @josephwheatley)

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)