View source: R/reach_reproject.R
reach_reproject_utm | R Documentation |
reach_reproject_utm
reach_reproject_utm(x, country_code)
x |
sf or sfc object |
country_code |
lower case country code (i.e "bgd","som") |
x reprojected to specific WGS 84 UTM Zone
## Not run: library(surveyGEER) som_boundary <- surveyGEER::som_boundary som_boundary |> reach_reproject_utm(country_code = "som") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.