aoi_tile: Tile AOI

Description Usage Arguments Value

View source: R/aoi_processing.R

Description

If an AOI is Large, chop it up so that a series of GETs can be sent.

Usage

1
aoi_tile(aoi = NULL, product = NULL, size = 1)

Arguments

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.

Value

a list of bounding boxes subdividing the area of interest. Return list is aligned to product and tiles that don't overlap are discarded.


slga documentation built on June 12, 2021, 9:07 a.m.