Get WRS
This function processes regions of interest (a polygon geometry or
GADM
unit) to find corresponding Landsat Path/Row World
Reference System (WRS
) polygons. This function is
internally implemented by getrsp
getWRS(roi = NULL, path = tempdir(), ...)
roi |
|
path |
|
... |
Additional arguments in |
SpatialPolygonsDataFrame
, or set of GADM
units.
Wilson Lara Henao <wilarhen@temple.edu> [aut, cre], Victor Gutierrez-Velez [aut]
load(system.file('cchaira_roi.RData',package = 'ecochange')) wrs_cchaira <- suppressWarnings(getWRS(cchaira_roi)) plot(wrs_cchaira)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.