getRC_distance: Interface to query Consulta_RCCOOR_Distancia

Description Usage Arguments Value Author(s) References Examples

Description

Returns the Cadastral Reference of the state as well as the direction (municipality, street and number) given its coordinates and the reference system. In case that there is not any cadastral reference in the exact point, the function returns all the cadastral references in a square 50 meters long centered in the current point.

Usage

1
getRC_distance(lat, lon, SRS)

Arguments

lat

Latitude coordinate.

lon

Longitude coortinate.

SRS

The reference system used for the coordinates. A list of all the allowed references system is given in References.

Value

A list with the the direction of the state and the cadastral reference.

Author(s)

Angel Delgado Panadero.

References

http://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?op=Consulta_RCCOOR_Distancia

Examples

1
2
direction <- getRC_distance(38.6196566583596,-3.45624183836806)
print(direction)    

DelgadoPanadero/CatastRo documentation built on May 23, 2019, 10:31 p.m.