make_crs: Makes a proj4 string based on EPSG code or name of common...

View source: R/make_crs.R

make_crsR Documentation

Makes a proj4 string based on EPSG code or name of common coordinate systems/datums for my project

Description

Makes proj4 string for WGS84, UTM 16N, and UTM 17N. "WGS84": datum = WGS84, projection = lat/long (epsg:4326) "UTM 16N": datum WGS84, projection = UTM 16N (epsg:32616) "UTM 17N": datum WGS84, projection = UTM 17N (epsg:32617)

Usage

make_crs(x, exclude_epsg = FALSE)

Arguments

x

desired coordinate system/datum or EPSG code

exclude_epsg

logical indicating whether to exclude +init=epsg: at beginning of proj4 string


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.