Convert_LL_to_EastNorth_Fn: Convert from Lat-Long to Eastings-Northings using WGS

View source: R/deprecated.R

Convert_LL_to_EastNorth_FnR Documentation

Convert from Lat-Long to Eastings-Northings using WGS

Description

Convert_LL_to_EastNorth_Fn converts from Latitude-Longitude to World Geodetic System Eastings-Northings for a given location

Usage

Convert_LL_to_EastNorth_Fn(Lon, Lat, crs = NA)

Arguments

Lon

vector of longitudes

Lat

vector of latitudes

crs

EPSG reference for coordinate reference system (CRS) defining Eastings-Northings after transformation

Value

A data frame with the following columns

E_km

The eastings for each value of Lon (in kilometers)

N_km

The northings for each value of Lat (in kilometers)


James-Thorson/FishStatsUtils documentation built on Feb. 6, 2024, 4:26 a.m.