Skip to contents

attempts to parse datum and datum unit from file based on WKT

Usage

get_datum_from_crs(x)

Arguments

x

either the string or the sf crs

Value

list of CRS and vertical unit

Details

DETAILS

See also

[st_crs][sf::st_crs]

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 #EXAMPLE1
 get_datum_from_crs("EPSG:6349")

 EXAMPLE2
 get_datum_from_crs(sf::st_crs("EPSG:6349"))

 }
} # }