GetProj4: Proj4 string from abbreviation

Description Usage Arguments Details Value

Description

A helper function to easily produce proj4 strings without introducting global variables and without cluttering the main body of the code with long proj4 strings.

Usage

1

Arguments

x

character string of a coordinate system. See options in details below

Details

"WGS84" = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs", "AlbersEqualAreaConic" = "+proj=aea +lat_1=50 +lat_2=70 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs" ... more to come

Value

proj4 string corresponding to x


ECCC-MSC/Basin-Delineation documentation built on June 9, 2019, 7:29 p.m.