Transform the MTBS file
get_transform_mtbs(fpath, exp_orig_colnames, new_colnames, target_srid = 4326)
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 |
target_srid | (numeric): Transform the geometries into this coordinate system, specified by SRID (default: 4326, GPS latitude/longitude) |
(sf object) : transformed shapefile