Convert_LL_to_EastNorth_Fn.ndd: Function to convert points stored as lat-lon to eastings and...

Description Usage Arguments Value

View source: R/Convert_LL_to_EastNorth_Fn.ndd.r

Description

Function to convert points stored as lat-lon to eastings and northings

Usage

1
2
3
4
5
6
7
Convert_LL_to_EastNorth_Fn.ndd(
  Lon,
  Lat,
 
    crs.en = "+proj=tpeqd +lat_1=0 +lon_1=155 +lat_2=0 +lon_2=209 +datum=WGS84 +ellps=WGS84 +units=km +no_defs",
  crs.ll = "+proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0"
)

Arguments

Lon

Vector of longitudes

Lat

Vector of latitudes

crs.en

Character string of the crs for the E-N projection

crs.ll

Character string of the crs for the current lat-lon projections

Value

Matrix of two columns: E_km and N_km


N-DucharmeBarth/ndd.vast.utils documentation built on April 5, 2020, 9 p.m.