catrnav_atom_get_parcels_db: ATOM INSPIRE: Reference database for ATOM cadastral parcels

catrnav_atom_get_parcels_db_allR Documentation

ATOM INSPIRE: Reference database for ATOM cadastral parcels

Description

Create a database containing the urls provided in the INSPIRE ATOM service for extracting Cadastral Parcels.

Usage

catrnav_atom_get_parcels_db_all(
  cache = TRUE,
  update_cache = FALSE,
  cache_dir = NULL,
  verbose = FALSE
)

Arguments

cache

A logical whether to do caching. Default is TRUE. See About caching section on catrnav_set_cache_dir().

update_cache

A logical whether to update cache. Default is FALSE. When set to TRUE 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 tibble with the information requested:

  • munic: Name of the municipality.

  • url: url for downloading information of the corresponding municipality.

  • date: Reference date of the data.

Source

SITNA – Catastro de Navarra

See Also

Other ATOM: catrnav_atom_get_address(), catrnav_atom_get_address_db_all(), catrnav_atom_get_buildings(), catrnav_atom_get_buildings_db_all(), catrnav_atom_get_parcels()

Other parcels: catrnav_atom_get_parcels(), catrnav_wfs_get_parcels_bbox()

Examples


catrnav_atom_get_parcels_db_all()


rOpenSpain/CatastRoNav documentation built on April 17, 2025, 3:13 a.m.