Learn R Programming

geouy (version 0.2.6)

reverse_ide_uy: 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)

Value

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

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

See Also

Other service: add_geom(), geocode_ide_uy(), load_geouy(), tiles_geouy(), where_uy(), which_uy()

Examples

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

Run the code above in your browser using DataLab