getWRS {ecochange} | R Documentation |
Get WRS
Description
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
Usage
getWRS(roi = NULL, path = tempdir(),
...)
Arguments
roi |
|
path |
|
... |
Additional arguments in |
Value
SpatialPolygonsDataFrame
, or set of GADM
units.
Author(s)
Wilson Lara Henao <wilarhen@gmail.com> [aut, cre], Victor Gutierrez-Velez [aut], Ivan Gonzalez [ctb], Maria C. Londono [ctb]
Examples
load(system.file('cchaira_roi.RData',package = 'ecochange'))
wrs_cchaira <- getWRS(cchaira_roi)
plot(wrs_cchaira)
[Package ecochange version 2.9.3.2 Index]