Replace the vegetation data by another one
Usage
TNETveget_replace(
shapefile,
newVeget,
name_data,
name_gid = "gid",
name_vegPctL = "vegPctL",
name_vegPctR = "vegPctR",
name_vegHL = "vegHL",
name_vegHR = "vegHR"
)
Arguments
- shapefile
string path to the shapefile where the vegetation data needs to be replaced
- newVeget
string path to the file with the new vegetation (readable with
data.table::fread()
)- name_data
string Name of the vegetation scenario
- name_gid
string Name of the column with the segments ID
- name_vegPctL
string Name of the column with the segments vegetation left density in
newVeget
file- name_vegPctR
string Name of the column with the segments vegetation rigth density in
newVeget
file- name_vegHL
string Name of the column with the segments vegetation left high in
newVeget
file- name_vegHR
string Name of the column with the segments vegetation rigth high in
newVeget
file