Transform the MTBS file

get_transform_mtbs(fpath, exp_orig_colnames, new_colnames, target_srid = 4326)

Arguments

fpath

(character) : The path to the shapefile we want to transform

new_colnames

(character) : New list of colnames we want to set for our transformed output shapefile. If NULL the column names will get converted to lower case and spaces replaced by underscores via the janitor package

target_srid

(numeric): Transform the geometries into this coordinate system, specified by SRID (default: 4326, GPS latitude/longitude)

Value

(sf object) : transformed shapefile