getWRS | R Documentation |
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 [aut, cre] (<https://orcid.org/0000-0003-3527-1380>), Victor Gutierrez-Velez [aut] (<https://orcid.org/0000-0003-1338-2020>), Ivan Gonzalez [ctb] (<https://orcid.org/0000-0002-0313-398X>), Maria C. Londono [ctb] (<https://orcid.org/0000-0002-2317-5503>)
load(system.file('cchaira_roi.RData',package = 'ecochange'))
wrs_cchaira <- getWRS(cchaira_roi)
plot(wrs_cchaira)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.