- aoi
sf or sfc object, typically a (multi)polygon, describing the Area of Interest.
- bbox
numeric vector of four elements describing the bounding box of interest.
Specify with a coordinate pair on two (opposite) vertices of the bounding box rectangle.
Coordinates need to be in longitude, latitude.
Only one of either aoi
or bbox
may be specified.
- time_range
scalar or vector (Date or character that can be converted to date) defining the time interval.
- collection
character indicating which collection to search.
Must be one of the collections returned by GetCollections
.
- script
a length one character string containing the evaluation script or the name of the file containing the script.
- file
name of the file to save the image. If NULL, a SpatRaster
object is returned. Default: NULL
- format
character indicating the output file format.
Must be one of "image/tiff", "image/png", or "image/jpeg". Default: "image/tiff"
- mosaicking_order
character indicating the order in which tiles are overlapped from which the output result is mosaicked.
Must be one of "mostRecent", "leastRecent", or "leastCC". Default: "mostRecent"
- pixels
integer scalar or length-two vector indicating the request image width and height.
Values must be integers between 1 and 2500.
- resolution
numeric scalar or length-two vector indicating the spatial resolution of the request image
in horizontal and vertical direction (in meters).
Only one of the arguments "pixels" or "resolution" must be set at the same time.
If the argument "pixels" or "resolution" is scalar, the same value is used for horizontal and vertical direction (width and height).
- buffer
numeric, width of the buffer to retrieve the image of enlarged area. Default: 0
- mask
logical indicating if the image should contain only pixels within Area of Interest. Default: FALSE
- client
OAuth client object to use for authentication.
- token
OAuth token character string to use for authentication.
Exactly one of either client
or token
must be specified. It is recommended to use client
.
- url
character indicating the process endpoint. Default: Copernicus Data Space Ecosystem process endpoint