getRC: Interface to query Consulta_RCCOOR

Description Usage Arguments Value Author(s) References Examples

Description

Returns the Cadastral Reference of the state as well as the address (municipality, street and number) given its coordinates and the reference system.

Usage

1
getRC(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

Examples

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

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