geo_select_aeq {stplanr} | R Documentation |
Select a custom projected CRS for the area of interest
Description
This function takes a spatial object with a geographic (WGS84) CRS and returns a custom projected CRS focussed on the centroid of the object. This function is especially useful for using units of metres in all directions for data collected anywhere in the world.
Usage
geo_select_aeq(shp)
Arguments
shp |
A spatial object with a geographic (WGS84) coordinate system |
Details
The function is based on this stackexchange answer: https://gis.stackexchange.com/questions/121489
See Also
Other geo:
bbox_scale()
,
bind_sf()
,
geo_bb()
,
geo_bb_matrix()
,
geo_buffer()
,
geo_length()
,
geo_projected()
,
quadrant()
Examples
shp <- zones_sf
geo_select_aeq(shp)
[Package stplanr version 1.2.1 Index]