Skip to contents

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' or EROS)

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)

Value

None

Examples

TNETutils_checkShapefile('path/to/shapefile')
#> ══ Columns needed to use TNET and TNETshape functions with the hydrological mode 
#> Openning the shapefile...
#> Error: Cannot open "path/to/shapefile"; The file doesn't seem to exist.