reverse_ide_uy: A function to reverse geocoding from coordinates (EPSG 4326)...

View source: R/reverse_ide_uy.R

reverse_ide_uyR 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)


geouy documentation built on Aug. 23, 2023, 5:07 p.m.