Check if the shapefile has the needed columns to run functions in TnetRUI package
Source:R/TNETutils_checkShapefile.R
TNETutils_checkShapefile.Rd
Check if the shapefile has the needed columns to run functions in TnetRUI package
Usage
TNET_checkShapefile(shapefile, col_rename = NULL, hydro_model = "J2000")
TNETshape_checkShapefile(shapefile, col_rename = NULL, hydro_model = "J2000")
TNETutils_checkShapefile(
shapefile,
to = "All",
col_rename = NULL,
hydro_model = "J2000"
)
Arguments
- shapefile
string or sf object Shapefile that we want to check the column names
- col_rename
named vector Columns we want to rename
- hydro_model
string hydrological model where the TnetRUI package will be executed (can be
'J2000'
orEROS
)- to
string if we want to check colomn to run
'TNETshape'
or'TNET'
function (use'All'
to check both of them and T-NET models needed columns)