smapr R package for working with SMAP soil moisture data. Install using devtools: devtools::install_github("strongh/smapr") Examples Download timerange of data, return as data frame and cache data on disk. timerange.smap.l3("2015-06-17", "2015-06-18") Download and cache single day of SM_P data read.smap.l3("2015-06-17", dataset.id = "SM_P") Launch Shiny map viewer of daily data shiny_smap()