The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
get_rap()
interface updates
source
argument to toggle between RAP 30m
("rap-30m"
; Landsat) and RAP 10m ("rap-10m"
;
Sentinel 2) products
citation("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.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.