## A Global Surface Water layer ('seasonality') covering the extent of a
## Colombian municipality Cartagena del Chaira is formated into an
## spatial EBV:
load(system.file('cchaira_roi.RData',package = 'ecochange'))
# \donttest{
rsp_cchaira <- getrsp(cchaira_roi,
lyrs = 'seasonality', mc.cores = 2, path = tempdir())
file.exists(rsp_cchaira)
season_cchaira <- rsp2ebv(cchaira_roi,
lyrs = 'seasonality', path = tempdir())
# }
Run the code above in your browser using DataLab