Skip to contents

Compute water travel time in each river segments

Usage

TnetHydraulic_travelTime(path_data, shapefile, export_CV = FALSE)

Arguments

path_data

Path to the folder containing all needed files. "Qaval.nc", "Bm.nc" and "H.nc" are needed files

shapefile

Path to the shapefile with all info on segments. Columns needed depending on the method used are detailed in the section.

export_CV

Boolean TRUE if the file containing water speed needs to be exported. Default = FALSE

Value

Files with the water travel time

See also

TnetHydraulic_width(), TnetHydraulic_depth()

Examples

TnetHydraulic_travelTime(path_data = infoSimu$hydroPath,
                         shapefile = infoSimu$shapefile)
#> Error: object 'infoSimu' not found