You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional issue with this function, the area_tol= xxx other than default causes an issue in merging data frames,
dd <- rvn_rvh_cleanhrus(HRUtab=rvh$HRUtable, SBtab=rvh$SBtable, area_tol=0.05)
Error in $<-.data.frame(*tmp*, "remove", value = c(TRUE, TRUE, TRUE, :
replacement has 6226 rows, data has 9784
Requires Area in the subbasin df but this is only produced when reading the rvh file, not when providing a direct data frame
should have a check in this function and automatically tabulate the subbasin areas if needed
The text was updated successfully, but these errors were encountered: