Convert_EN_to_LL_Fn.ndd: Function to convert points stored as eastings and northings...

Description Usage Arguments Value

View source: R/Convert_EN_to_LL_Fn.ndd.r

Description

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

Usage

1
2
3
4
5
6
7
Convert_EN_to_LL_Fn.ndd(
  E,
  N,
 
    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

E

Vector of eastings

N

Vector of northings

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: Lon and Lat


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