Skip to contents

A wrapper of a few different utilities across rrassler to read files in directly as points

Usage

util_g_to_geom_pts(geom_path, units, proj_string, quiet = FALSE)

Arguments

geom_path

path to a file to parse

units

units found in the project, "English Units" or "SI Units"

proj_string

a projection string to apply

quiet

flag to determine whether print statements are suppressed, TRUE to suppress messages and FALSE to show them, Default: FALSE

Value

sf points

Details

DETAILS

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 #EXAMPLE1
 }
} # }