aoi_data.RdThis dataset is a list containing three objects of different class, all representing the same AOI. getSpatialData handles AOIs provided as matrix, sf or sp object. An AOI can be set globally for the running session (see set_aoi) or directly passed to a query function (e.g. getSentinel_records)
aoi_dataThe example AOI is provided as the following classes:
aoi_sf, a sf_POLYGON object representing a single multi-point polygon, projected in lat/lon
aoi_sp, a SpatialPolygons single multi-point polygon, projected in lat/lon
aoi_matrix, a two-column (longitute & latitude), multi-row matrix without projection
You can load the AOI objects using data("aoi_data")