View source: R/calc_gfc_tiles.R
| calc_gfc_tiles | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.