A function to reverse geocoding from coordinates (EPSG 4326) using IDE_uy

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.

Value

The DafaFrame x with the direction variables append (address, nomVia, tip_via, portalNumber, letra, postalCode, localidad, departamento, manzana, solar and km)

Details

https://direcciones.ide.uy/swagger-ui.html#/Geocode

See also

Examples

# \donttest{
# x <- data.frame(cbind(lat = -34.77882, lon = -56.06476))
# reverse_ide_uy(x)
# }