View source: R/aoi_processing.R
aoi_tile | R Documentation |
If an AOI is Large, chop it up so that a series of GETs can be sent.
aoi_tile(aoi = NULL, product = NULL, size = 1)
aoi |
sf bbox already converted from user input and aligned to requested product. |
size |
Number, max side length of tiles in decimal degrees. Default 1. |
a list of bounding boxes subdividing the area of interest. Return list is aligned to product and tiles that don't overlap are discarded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.