powered by
Implementation of the OVCCoordenadas service Consulta RCCOOR.
Return the cadastral reference found of a set of specific coordinates.
catr_ovc_get_rccoor(lat, lon, srs = 4326, verbose = FALSE)
A tibble. See Details
tibble
Latitude to use on the query. It should be specified in the same in the CRS/SRS specified by srs.
specified
srs
Longitude to use on the query. It should be specified in the same in the CRS/SRS specified by srs.
SRS/CRS to use on the query. To check the admitted values check catr_srs_values, specifically the ovc_service column.
ovc_service
Logical, displays information. Useful for debugging, default is FALSE.
FALSE
When the API does not provide any result, the function returns a tibble with the input parameters only.
On a successful query, the function returns a tibble with one row by cadastral reference, including the following columns:
geo.xcen, geo.ycen, geo.srs: Input parameters of the query.
geo.xcen
geo.ycen
geo.srs
refcat: Cadastral Reference.
refcat
address: Address as it is recorded on the Cadastre.
address
Rest of fields: Check the API Docs.
Consulta RCCOOR.
catr_srs_values, vignette("ovcservice", package = "CatastRo")
vignette("ovcservice", package = "CatastRo")
OVCCoordenadas API: catr_ovc_get_cpmrc(), catr_ovc_get_rccoor_distancia(), catr_srs_values
catr_ovc_get_cpmrc()
catr_ovc_get_rccoor_distancia()
catr_srs_values
Other cadastral references: catr_ovc_get_cpmrc(), catr_ovc_get_rccoor_distancia()
if (FALSE) { # tolower(Sys.info()[["sysname"]]) != "linux" # \donttest{ catr_ovc_get_rccoor( lat = 38.6196566583596, lon = -3.45624183836806, srs = 4326 ) # } }
Run the code above in your browser using DataLab