ReachLabeler: A function to add labels to the REC network, based on the...

Description Usage Arguments Value Author(s)

View source: R/CASM_PrePostProcessorFunctions.R

Description

This function generates a data frame of CASM Node names, CASM tributary, CASM tributary location

Usage

1
2
3
4
ReachLabeler(
  NetworkLabels = NetworkLabelList,
  OutletReachNamesLookUpTable = OutletReachNames
)

Arguments

NetworkLabels

Ideally the output from the NetworkLabeler function. A list of dataframes (one for each independent river network) with the REC V2 "nzsgmnt" of confluence reaches and "Label" which is the assigned tributary number that the confluence is the start of.

OutletReachNamesLookUpTable

A dataframe of names and REC V2 reach number (i.e. nzsgmnt attribute) for the lowest reach in each independent catchment.

Value

A dataframe of reach numbers ("nzsgmnt") and tributary labels ("Label")

Author(s)

Tim Kerr, Tim.Kerr@Rainfall.NZ


RainfallNZ/CASMPrePostProcessor documentation built on Oct. 14, 2021, 8:04 a.m.