Description Usage Arguments Value
View source: R/geospatial_data_loading.R
Get the polygons for a set of locations defined by input_data
and n
1 2 3 4 5 6 7 | get_input_polygons(
input_data,
n,
DEM,
.dl = 25,
.crs = sp::CRS("+proj=longlat +datum=WGS84")
)
|
input_data |
a |
n |
numeric the indices of the rows of input_data to use |
DEM |
a |
.dl |
a number of pixel added in all direction to the coordinates of the i-th point in order to create a square tile |
.crs |
a |
a list of SpatialPolygon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.