Skip to contents

extract the locality

Usage

extract_locality(cve_edo, locality)

Arguments

cve_edo

is the id of state.

locality

is the target locality.

Value

a sf object of the locality boundary.

Author

Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.

Examples

rgeomex::extract_locality(cve_edo = "31", locality = "Merida")
#> Simple feature collection with 1 feature and 6 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -89.72999 ymin: 20.87979 xmax: -89.5251 ymax: 21.08987
#> Geodetic CRS:  WGS 84
#>      CVEGEO CVE_ENT CVE_MUN CVE_LOC NOMGEO AMBITO
#> 1 310500001      31     050    0001 Mérida Urbana
#>                         geometry
#> 1 MULTIPOLYGON (((-89.67263 2...