calc_gfc_tiles {gfcanalysis} | R Documentation |
Calculate the GFC product tiles needed for a given AOI
Description
Intersects an AOI with the GFC product grid to determine what tiles are need to cover the AOI.
Usage
calc_gfc_tiles(aoi)
Arguments
aoi |
an Area of Interest (AOI) as a |
Value
a sf
of the GFC tiles needed to cover
the AOI
Examples
tiles <- calc_gfc_tiles(test_poly)
plot(tiles)
plot(test_poly, lt=2, add=TRUE)
[Package gfcanalysis version 1.8.0 Index]