- bbox
Numeric of length 4 or character. Spatial extent in the notation c(minx,miny,maxx,maxy)
. Can be in utits of meters or degrees. If all absolute values are less than 360, then units are in degrees and projection is EPSG:3857, else units are in meters and projection is EPSG:3413. If bbox=NULL
, then function return list of available products. If bbox=NA
then boundary box is attempted for taking from session grid. If character, then boundary box is taken from geocoding. Default is region of Vaigach Island.
- res
Character or numeric. Parameter, which is responsible for dimension of output raster image. If character, then zoom is selected using keyword list c("2km", "1km", "500m", "250m")
for EPSG:3413. If res<10
then it is interpreted as zoom for Web Map Tile Service (WMTS). If res>100
then res
is interpreted as preffered image dimension. If res=NA
then res=480L
.
- date
Character or "Date"
object. Date for image retrieving. Default is Sys.Date()-1L
.
- product
Character of integer. Data product form GIBS. Currently only MODIS-oriented (corrected reflectance) products are available:
"MODIS_Aqua_CorrectedReflectance_Bands721"
"MODIS_Terra_CorrectedReflectance_Bands721"
"MODIS_Aqua_CorrectedReflectance_TrueColor"
"MODIS_Terra_CorrectedReflectance_TrueColor"
"VIIRS_SNPP_CorrectedReflectance_TrueColor"
"Coastlines"
Please check actual list by calling get_earthdata(bbox=NULL)
.
If numeric, then index of item among available products. Regular expressions can be used to simplify value of product, e.g., case-insensitive "aqua 721", "terra truecolor", "suomi", "SNNP".
- geocode
Character. Keyword for geocode service. Valid values are "google"
, "nominatim"
. Default is ""
; several services are considered in the case of failure.
- expand
Numeric. Multiplier for plotting panel zoom in relation to extent of plotting geometry. Ignored if geocoding is not applied. Default is 1.05
.
- border
Integer. Value in pixels of fixed margins around plotting geometry. Ignored if geocoding is not applied. Default is 0L
.
- display
Logical. Value TRUE
forces to display image instead of return it. Default is FALSE
.
- cache
Logical. Is cache used? Default is NA
, which is interpreted as TRUE
for any requested date excepting not late time of today (approximately 17:00 UTC).
- verbose
Logical. Value TRUE
may provide some additional information on console. Default is FALSE
.