aoi_overlaps: Check AOI overlaps

Description Usage Arguments Value Note

View source: R/aoi_processing.R

Description

Confirms whether an AOI covers the requested product (wholly or partly).

Usage

1
aoi_overlaps(aoi = NULL, product = NULL)

Arguments

aoi

Converted and transformed area of interest

product

Character, one of the options from column 'Short_Name' in slga_product_info.

Value

Logical, TRUE if overlap exists.

Note

Will return TRUE if bbox is over product but not over land.


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