reverse_ide_uy {geouy} | R Documentation |
A function to reverse geocoding from coordinates (EPSG 4326) using IDE_uy
Description
A function to reverse geocoding from coordinates (EPSG 4326) using IDE_uy
Usage
reverse_ide_uy(x, details = F)
Arguments
x |
Dataframe with unless 2 variables: lat = latitud in EPSG:4326 & longitud in EPSG:4326. |
details |
Logical value, default FALSE for X and Y variables only, if TRUE keep all variables of the service. |
Details
https://direcciones.ide.uy/swagger-ui.html#/Geocode
Value
The DafaFrame x with the direction variables append (address, nomVia, tip_via, portalNumber, letra, postalCode, localidad, departamento, manzana, solar and km)
See Also
Other service:
add_geom()
,
geocode_ide_uy()
,
load_geouy()
,
tiles_geouy()
,
where_uy()
,
which_uy()
Examples
# x <- data.frame(cbind(lat = -34.77882, lon = -56.06476))
# reverse_ide_uy(x)
[Package geouy version 0.2.8 Index]