proj_crs: Get the projection system

View source: R/proj_crs.R

proj_crsR Documentation

Get the projection system

Description

get class "CRS" of coordinate reference system

Usage

proj_crs(proj_type = "cea")

Arguments

proj_type

string or numeric

Value

crs class object

Author(s)

Gilles Dauby & Renato A. Ferreira de Lima

Examples

## By default, the output projection is Equal-Area Scalable Earth (EASE) Global
## Global cylindrical equal-area projection
## See https://epsg.io/54034
proj_crs(proj_type = "cea")

## Another readily available projection is Antarctic Polar Stereographic
## https://epsg.io/3031
proj_crs(proj_type = "Antarctic")

## Otherwise, many projection can be retrieved from EPSG code



gdauby/ConR documentation built on Jan. 30, 2024, 11:10 p.m.