Skip to contents

Initialise an EMODnet WFS client

Usage

emodnet_init_wfs_client(service, service_version = NULL, logger = NULL)

Arguments

service

the EMODnet OGC WFS service name. For available services, see emodnet_wfs().

service_version

[Deprecated] the WFS service version. Now always "2.0.0".

logger

the logger. Either NULL (no logging info), "INFO" (log about ows4R requests) or "DEBUG" (including curl details).

Value

An ows4R::WFSClient R6 object with methods for interfacing an OGC Web Feature Service.

See also

WFSClient in package ows4R.

Examples

if (FALSE) {
wfs <- emodnet_init_wfs_client(service = "bathymetry")
}