R/get_coverage_wcs.R
get_coverage_wcs.Rd
The function sends a query to a WCS service, downloads it to a temporary file
from which it is read with terra::rast()
- if needed reprojected -
and returned as a SpatRaster
object
One of "dtm"
, "dsm"
, "omz"
, "omw"
An object of class bbox of length 4.
Character string; name of the layer
Output resolution in meters
Native CRS in which the raster layers are stored on the WCS
Output CRS. May involve reprojection.
CRS in which bbox coordinates are passed
WCS
version to be used.
Additional key-value pairs passed on to the WCS
query
A SpatRaster
object
The following WCS services can currently be used:
"omz"
: orthophotomosaic summer images Flanders
"omw"
: orthophotomosaic winter images Flanders
"dtm"
: digital terrain model Flanders
"dsm"
: digital surface model Flanders
See metadata Vlaanderen for more information # nolint: line_length_linter.
Other topics on using web services:
add_wms_be_cartoweb()
,
add_wmts_nl_brt()
,
get_feature_wfs()