Retrieves spatial address data from the Cadastre of Navarre WFS INSPIRE
service. catrnav_wfs_get_address_bbox() retrieves features within the
supplied bounding box. See Bounding box.
Arguments
- x
See Bounding box. Can be one of:
A numeric vector of length 4 with the coordinates that define the bounding box:
c(xmin, ymin, xmax, ymax).A
sf/sfcobject, as provided by the sf package.
- srs
CRS to use for the query. Defaults to
4326. See Bounding box.- verbose
Logical. If
TRUE, displays informational messages.- count
Positive whole number specifying the maximum number of features to return. If
NULL, the service default applies.
Value
An sf object, or NULL if the data cannot be
retrieved.
API limits
The service returns a maximum of 5,000 features by default. Use count to
request a smaller result.
Bounding box
When x is a numeric vector, make sure that srs matches the coordinate
values. The function queries the bounding box in
EPSG:25830, ETRS89 / UTM zone 30N, then transforms the
result back to srs.
When x is an sf or sfc object, srs is ignored. The object's
bounding box is used for the query and the result is transformed back to the
input CRS. See sf::st_bbox().
See also
Query data from the WFS INSPIRE service:
catrnav_wfs_get_buildings_bbox(),
catrnav_wfs_get_parcels_bbox()
Work with cadastral addresses:
catrnav_atom_get_address(),
catrnav_atom_get_address_db_all(),
catrnav_wms_get_layer()

