Nothing
get_rap()
interface updatessource
argument to toggle between RAP 30m ("rap-30m"
; Landsat) and RAP 10m ("rap-10m"
; Sentinel 2) productscitation("rapr")
template
argument for setting target grid for projection of result. template=NULL
) will return a SpatRaster in the native grid system of requested RAP source.source="rap-10m"
) standard "EPSG:5070" grid system will be used when template
is not set by the uservrt
argument. When vrt=TRUE
the merging/resampling process is bypassed and a GDAL VRT file is generated to reference the source directly.legacy
argument. Default (legacy=FALSE
) behavior is to use GDAL via terra for all raster and vector data processing. Set legacy=TRUE
to use sf gdal_translate
implementation from rapr 0.1.x.legacy=TRUE
to use sf gdal_translate
implementation from rapr 0.1.x.x
are now used as template
so that the output conforms with the input grid system. To avoid this behavior either specify template
with the desired grid template, or convert the SpatRaster to a polygon extent with terra::as.polygons(ext=TRUE)
(or similar)progress
argument has been replaced with verbose
; for legacy=TRUE
filename
(#3)years
, product
) to get_rap()
NEWS.md
file to track changes to the package.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.