ATOM INSPIRE: Download all the cadastral parcels of a municipality
Source:R/atom_cp.R
catrnav_atom_get_parcels.Rd
Get the spatial data of all the cadastral parcels belonging to a single municipality using the INSPIRE ATOM service.
Usage
catrnav_atom_get_parcels(
munic,
cache = TRUE,
update_cache = FALSE,
cache_dir = NULL,
verbose = FALSE
)
Arguments
- munic
Municipality to extract, It can be a part of a string or the cadastral code. See catrnav_atom_get_parcels_db_all.
- cache
A logical whether to do caching. Default is
TRUE
. See About caching section oncatrnav_set_cache_dir()
.- update_cache
A logical whether to update cache. Default is
FALSE
. When set toTRUE
it would force a fresh download of the source file.- cache_dir
A path to a cache directory. On missing value the function would store the cached files on a temporary dir (See
base::tempdir()
).- verbose
Logical, displays information. Useful for debugging, default is
FALSE
.
Value
A sf
object.
See also
Other ATOM:
catrnav_atom_get_parcels_db_all()
Other parcels:
catrnav_atom_get_parcels_db_all()
,
catrnav_wfs_get_parcels_bbox()