load_geouy | R Documentation |
This function allows to take oficial uruguayan geometries, as object "sf", from various servers.
load_geouy(c, crs = 32721, folder = tempdir())
c |
Define the geometries to download: may be: "Departamentos", "Secciones", "Zonas", etc. View(metadata) for details. |
crs |
Define the Coordinate Reference Systems you want the output, default 32721 |
folder |
Folder where are the files download if formato == "zip" in metadata. Default tempdir() |
sf object with the requested geometries
Other service:
add_geom()
,
geocode_ide_uy()
,
reverse_ide_uy()
,
tiles_geouy()
,
where_uy()
,
which_uy()
secc <- load_geouy(c = "Secciones")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.