vapour (version 0.5.5)

vapour_srs_wkt: PROJ4 string to WKT

Description

Convert a PROJ4 string to Well Known Text.

Usage

vapour_srs_wkt(crs)

Arguments

crs

PROJ4 string

Details

The function is vectorized because why not, but probably only ever will be used on single element vectors of character strings.

Examples

Run this code
# NOT RUN {
vapour_srs_wkt("+proj=laea +datum=WGS84")
# }

Run the code above in your browser using DataCamp Workspace