geo_select_aeq {zonebuilder}R Documentation

Azimuthal Equidistant Projection

Description

Returns a CRS string for an Azimuthal Equidistant projection centered on the midpoint of an sf object's coordinates.

Usage

## S3 method for class 'sf'
geo_select_aeq(shp)

## S3 method for class 'sfc'
geo_select_aeq(shp)

geo_select_aeq(shp)

Arguments

shp

An sf object.

Details

Azimuthal Equidistant Projection

Value

A CRS string for an Azimuthal Equidistant projection.


[Package zonebuilder version 0.1.0 Index]