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
allow the row labels to be specified via an option, so we don't have to update CRSSIO every time names slightly change
new row names from August 2019
Handling DCP tiers requires either a change to RWDataPlyr or modifying CRSS.
Because right now, we are determining LB tiers based on Mead PE, we have to compare if Mead is between two elevations. This is not possible in the current rwd_agg specifications, since the only valid comparisons are <, <=, >, >=, ==, !=. I suppose that you could create two different comparisons and then && them, but that is not efficient. So, RWDataPlyr could add in some "between" operators. The easier solution would be to add in binary flags to the model, which we should do anyways.
This has to be on hold until CRSS includes those outputs.
The text was updated successfully, but these errors were encountered:
update the
sys_cond_rwa()
tooHandling DCP tiers requires either a change to RWDataPlyr or modifying CRSS.
Because right now, we are determining LB tiers based on Mead PE, we have to compare if Mead is between two elevations. This is not possible in the current
rwd_agg
specifications, since the only valid comparisons are <, <=, >, >=, ==, !=. I suppose that you could create two different comparisons and then && them, but that is not efficient. So, RWDataPlyr could add in some "between" operators. The easier solution would be to add in binary flags to the model, which we should do anyways.This has to be on hold until CRSS includes those outputs.
The text was updated successfully, but these errors were encountered: