Skip to contents

Azimuth Between Profile Points

Usage

profile_azimuth(profile)

Arguments

profile

sf point object. First point marks the start point.

Value

numeric. Azimuth in degrees

See also

Examples

p1 <- data.frame(lon = -90.8, lat = 48.6) |>
  sf::st_as_sf(coords = c("lon", "lat"), crs = "WGS84")

profile_points(p1,
  profile.azimuth = 135, profile.length = 10000,
  crs = sf::st_crs("EPSG:26915")
) |>
  profile_azimuth()
#> Warning: Unit of profile.length not specified. Assuming unit is in meters.
#> 136.7341 [°]