Implementation of the OVCCoordenadas service Consulta_RCCOOR. Return the cadastral reference found of a set of specific coordinates.
Arguments
- lat
Latitude to use on the query. It should be specified in the same in the CRS/SRS
specified
bysrs
.- lon
Longitude to use on the query. It should be specified in the same in the CRS/SRS
specified
bysrs
.- srs
SRS/CRS to use on the query. To check the admitted values check catr_srs_values, specifically the
ovc_service
column.- verbose
Logical, displays information. Useful for debugging, default is
FALSE
.
Details
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.refcat
: Cadastral Reference.address
: Address as it is recorded on the Cadastre.Rest of fields: Check the API Docs on Consulta_RCCOOR
See also
catr_srs_values, vignette("ovcservice")
OVCCoordenadas API:
catr_ovc_get_cpmrc()
,
catr_ovc_get_rccoor_distancia()
,
catr_srs_values
Other cadastral references:
catr_ovc_get_cpmrc()
,
catr_ovc_get_rccoor_distancia()