R/extract_sectores.R
extract_sectores.Rd
This function extract the sectores of the locality.
extract_sectores(locality, cve_edo)
locality target.
is a string of the state id.
a list with two sf objects: a boundary of locality and the sectores of locality target
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.
x <- rgeomex::extract_sectores(cve_edo = "31", locality = "Merida") mapview::mapview(x$sectores) mapview::mapview(x$locality)