calc_gfc_tiles {gfcanalysis} | R Documentation |
Intersects an AOI with the GFC product grid to determine what tiles are need to cover the AOI.
calc_gfc_tiles(aoi)
aoi |
an Area of Interest (AOI) as a |
a sf
of the GFC tiles needed to cover
the AOI
tiles <- calc_gfc_tiles(test_poly)
plot(tiles)
plot(test_poly, lt=2, add=TRUE)